Choco v4.10.8 Release Notes

Release Date: 2022-01-07 // over 2 years ago
  • Major features:

    • Propagation is now observable, solver.observePropagation(PropagationObserver). Consequently, it is now possible to profil the propagation by calling solver.profilePropagation(). ๐Ÿ‘€ See Javadoc for details and usages (#832).
    • ๐Ÿš€ Release 4.10.7 introduces a bug related to delta monitors, which is now fixed (#837).
    • โž• Add new black-box strategy: failure based variable ordering heuristics (@lihb905)
    • โž• Add model.streamVars() and model.streamCstrs()
    • Bounded domains checking for table constraints
    • ๐Ÿ”„ Change complementary search in FlatZincParser
    • โฌ†๏ธ Bump XCSP3 ### ๐Ÿš€ Deprecated API (to be removed in next release):

    Other closed issues and pull requests:

    ๐Ÿ‘€ See milestone 4.10.8

    ๐Ÿš€ Contributors to this release: