Skip to content

Release of or-tools. November 2016

Compare
Choose a tag to compare
@dlahlou dlahlou released this 07 Nov 16:51
· 6758 commits to master since this release

November 2016

Running examples

  • Introduced language specific targets to compile and run the examples. Please check this page for more details.

Sat

FlatZinc

Constraint Solver

Routing

  • Implemented AddAtSolutionCallback, which is a callback called each time a solution is found during the search.
  • Removed the RoutingModel depot-less constructors. Specifying at least one depot in the routing model is now mandatory.