Skip to content

Releases: INRIA/ocaml-ortools

9.15.0-2

Choose a tag to compare

@tbrk tbrk released this 10 Jun 10:27
9.15.0-2

CHANGES:

Expose more of the underlying protocol buffers machinery to facilitate the
iterative use of the CP-SAT solver from OCaml, e.g., to complete hints, or
to solve multiple objectives in sequence.

9.15.0-1

Choose a tag to compare

@tbrk tbrk released this 06 Mar 12:07
9.15.0-1

CHANGES:


Include the v9.15 Google OR-tools source and build together with the OCaml
interface. Rewrite the interface in C++ to avoid an unnecessary copy and
allow feasible solution observers.

Remove the eigen3 depext (this template library is now included directly in
the build). Adjust other dependencies based on recent work on conf-zlib
 and conf-bzip2.

Add Sat.Var.any.

9.15.0

Choose a tag to compare

@tbrk tbrk released this 13 Feb 20:42
9.15.0

CHANGES:

Include the v9.15 Google OR-tools source and build together with the OCaml
interface. Rewrite the interface in C++ to avoid an unnecessary copy and
allow feasible solution observers.

9.14.0

Choose a tag to compare

@tbrk tbrk released this 31 Dec 14:23
9.14.0

CHANGES:

Initial release.

Incomplete interface to the Google OR-Tools CP-SAT solver.