You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.