Skip to content

Bump org.choco-solver:choco-solver from 4.10.18 to 5.0.1#194

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.choco-solver-choco-solver-5.0.1
Open

Bump org.choco-solver:choco-solver from 4.10.18 to 5.0.1#194
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.choco-solver-choco-solver-5.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps org.choco-solver:choco-solver from 4.10.18 to 5.0.1.

Release notes

Sourced from org.choco-solver:choco-solver's releases.

5.0.1 - 10 Apr 2026

Major features:

Constraints & LCG

  • Add table reformulation for pow constraint when LCG is on
  • Reduce runtime for building table reformulations by excluding the result variable from the tuple generation
  • Fix integer overflow in PropDivXYZLight
  • Fix bounded domains management with LCG in PropDivXYZ
  • Faster modulo constraint with large domains
  • Add arithm preprocessing
  • Fix decreasing constraint

Deprecated API (to be removed in next release):

Other closed issues and pull requests:

See milestone 5.0.1

Contributors to this release:

Full Changelog: chocoteam/choco-solver@v5.0.0...v5.0.1

5.0.0 - 02 Feb 2026

Major features:

This set of commits delivers a major consolidation of Lazy Clause Generation, significant performance and memory improvements, more robust constraint handling, and a broad cleanup and modernization of the internal APIs and tooling.

Performance & Algorithms

  • Significant performance improvements on:
  • Core propagators (X+Y=Z, abs, div, sum, scalar, etc.)
  • CompactTable (CT) and STR2+
  • Memory management and estimation mechanisms
  • Dynamic selection of table algorithms based on memory footprint
  • Optimizations in MiniSat and SAT-related components (clause reduction, propagation, assertions)

Lazy Clause Generation (LCG)

  • Major consolidation effort on LCG:
  • Fixes for critical bugs (initialization, reification, lost propagations)
  • New assertions and invariants
  • Improved separation and handling of learnt clauses (failure vs prohibiting-solution)
  • Extended LCG support for constraints such as abs, div, table, element
  • Better interaction with:
    • Restart strategies
    • ParallelPortfolio

... (truncated)

Changelog

Sourced from org.choco-solver:choco-solver's changelog.

5.0.1 - 10 Apr 2026

Major features:

Constraints & LCG

  • Add table reformulation for pow constraint when LCG is on
  • Reduce runtime for building table reformulations by excluding the result variable from the tuple generation
  • Fix integer overflow in PropDivXYZLight
  • Fix bounded domains management with LCG in PropDivXYZ
  • Faster modulo constraint with large domains
  • Add arithm preprocessing
  • Fix decreasing constraint

Deprecated API (to be removed in next release):

Other closed issues and pull requests:

See milestone 5.0.1

Contributors to this release:

Full Changelog: chocoteam/choco-solver@v5.0.0...v5.0.1

5.0.0 - 02 Feb 2026

Major features:

This set of commits delivers a major consolidation of Lazy Clause Generation, significant performance and memory improvements, more robust constraint handling, and a broad cleanup and modernization of the internal APIs and tooling.

Performance & Algorithms

  • Significant performance improvements on:
  • Core propagators (X+Y=Z, abs, div, sum, scalar, etc.)
  • CompactTable (CT) and STR2+
  • Memory management and estimation mechanisms
  • Dynamic selection of table algorithms based on memory footprint
  • Optimizations in MiniSat and SAT-related components (clause reduction, propagation, assertions)

Lazy Clause Generation (LCG)

  • Major consolidation effort on LCG:
  • Fixes for critical bugs (initialization, reification, lost propagations)
  • New assertions and invariants
  • Improved separation and handling of learnt clauses (failure vs prohibiting-solution)
  • Extended LCG support for constraints such as abs, div, table, element
  • Better interaction with:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.choco-solver:choco-solver](https://github.com/chocoteam/choco-solver) from 4.10.18 to 5.0.1.
- [Release notes](https://github.com/chocoteam/choco-solver/releases)
- [Changelog](https://github.com/chocoteam/choco-solver/blob/master/CHANGES.md)
- [Commits](chocoteam/choco-solver@v4.10.18...v5.0.1)

---
updated-dependencies:
- dependency-name: org.choco-solver:choco-solver
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants