Skip to content

Release of or-tools. August 2016

Compare
Choose a tag to compare
@dlahlou dlahlou released this 23 Aug 10:53
· 6874 commits to master since this release

Constraint solver

  • solver
    • Implemented NotBetween method to constrain a variable to be
      outside a given interval.
  • routing
    • Added a parse of the model to check existing NotMember constraints as shown in this example, and use them in local search filters.
    • Added local search profiling.
    • Fix for local moves.

Linear solver

  • Fixed SCIP status reporting.

Sat

Glop

  • Improved performance by exploiting sparsity in more stages of computation.

Flatzinc

  • Fixed bugs found by minizinc challenge.

Lp_data

  • Continued simplification of templates in iterators.

Or-tools distribution

  • C# assemblies are now strongly named by default.
  • Upgraded to Protobuf3.0.0.
  • Added a Python script to check or-tools archive dependencies.