Skip to content

v6.6 (2017-11)

Compare
Choose a tag to compare
@Mizux Mizux released this 30 Nov 14:19
· 6021 commits to master since this release

Updates to required dependencies

  • Protobuf to 3.3.0 -> 3.5.0.
  • gflags to 2.2.0 -> 2.2.1.
  • CBC 2.9.8 -> 2.9.9.
  • Add Python module six (1.10) as required dependency for Python.

Bugfixes

  • Pull request #494 Name refactoring. Adding comments for IntelliSense in some editors.
    Thanks to Matthew Moore.
  • Pull request #516 Instruction for F# standalone binary.
    Thanks to Matthew Moore.
  • Improve precision in Glop.

SAT Solver

  • Improve internal SAT solver, Fix various bugs.
  • Add a VRP constraint to the SAT solver, linked to the LP solver.
  • Change the solution observer in the SAT solver to take a CpSolverResponse as a parameter.
  • Improve the use of Glop in SAT Solver.
  • Speedup SAT-LP connection.
  • Add Reservoir constraint to the SAT cp_model protobuf format.

SAT/Python

Examples

  • Rewrite rcpsp_parser to use ProtoBuf format to store the problem.
  • Improve RCPSP parser.

Full list of commits since v6.5 here