Choco v4.10.3 Release Notes

Release Date: 2020-07-03 // over 3 years ago
  • Multi-modules and JPMS-ready.

    Major features:

    • 🚚 Move cutoffseq, choco-sat, choco-solver, pf4cs, choco-parsers and samples projects into a (maven) multi-modules project
    • JPMS-ready

    Choco-solver can now be run with either JDK 8 or JDK 9+.

    ➕ Additions

    Removals

    • ✂ Remove JSON writer/parser (which was actually partially supported and not maintained) (#664)

    🚀 Deprecated API (to be removed in next release):

    • Task(IntVar s, IntVar d, IntVar e, boolean declareMonitor)
    • AbstractProblem.readArgs(String... args)

    Other closed issues and pull requests:

    #617, #633, #637, #639, #645, #646, #647, #648, #658, #665, #667, #678, #682, #686, #689, #691