v4.10.14
4.10.14 - 02 Nov 2023
Major features:
- NEW:
solver..showRestarts();
to display the number of restarts during the search. - NEW: hybrid table constraints (see
model.table(...)
) - NEW: partial assignement generator for COP (see
Search.generatePartialAssignment()
) - NEW: Add Blackbox configuration (#1058)
- Revamp views (#564)
- Improve
pow(base, exponent, result)
- Remove
BitsetArrayIntVarImpl
now managed inBitSetIntVarImpl
Deprecated API (to be removed in next release):
Other closed issues and pull requests:
Contributors to this release:
- Jean-Guillaume Fages (@jgFages)
- Arthur Godet (@ArthurGodet)
- Fabien Hermenier (@fhermeni)
- Charles Prud'homme (@cprudhom)
Full Changelog: v4.10.13...v4.10.14