v4.10.11 #1005
cprudhom
announced in
Announcements
v4.10.11
#1005
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
4.10.11 - 07 Feb 2023
From this version on, only one library will be available for direct download, namely
choco-solver-4.10.11
.This library contains both the core (a.k.a,
choco-solver
module) and the extension for parsing model files (a.k.a,choco-parsers
).However, it is still possible (and recommended) to use Maven.
Major features:
PropIncreasing
SparseBitSet
for a backtrackable bitset with mostly 0s (SparseBitSet for a backtrackable bitset with mostly 0s. #935)Move
anymore, directly included inSolver
(Dev restart #950)getValue()
on an uninstantiated variable throws an IllegalStateException (CallinggetValue()
on an uninstantiated variable throws an IllegalStateException #957)Model
(Dev memo #964)model.getEstimatedMemory()
methodModel
analysis (Model analysis #939)Deprecated API (to be removed in next release):
From
Solver
:Propagate getPropagate()
void setPropagate(Propagate p)
Closeable outputSearchTreeToCPProfiler(boolean domain)
Others:
Propagate
classIntEventType
:int combine(IntEventType... evts)
Other closed issues and pull requests:
See milestone 4.10.11
Contributors to this release:
This discussion was created from the release v4.10.11.
Beta Was this translation helpful? Give feedback.
All reactions