Skip to content

v6.10 (2018-11)

Compare
Choose a tag to compare
@Mizux Mizux released this 28 Nov 15:27
· 4652 commits to master since this release

Dependencies

  • SCIP 4.0.1 -> 6.0.0

Makefile

We have reworked the build and run targets

  • To build examples, you must use the build target and SOURCE variable.
    This will replace the ccc, cjava and cdotnet targets.
    e.g. for a C++ example:
    make build SOURCE=examples/cpp/example.cc
  • To run examples, you must use the run target and SOURCE variable.
    This will replace the rcc, rjava and rdotnet targets.
    e.g. for a C++ example:
    make run SOURCE=examples/cpp/example.cc</pre>

CP-SAT Solver

Update the API

  • Add C++ CP-SAT CpModelBuilder API.

Examples

  • Move community examples to examples/contrib
  • Move some examples to ortools/<component>/samples (e.g.
    ortools/linear_solver/samples/simple_program.java)