package ortools_solvers

  1. Overview
  2. No Docs
Call Google OR-Tools solvers

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ortools-9.14.0.tbz
sha256=3967abe3ecfdaa6c2c098be954825f792d0b925b5342a4ddb1ce5cf2d9f81e50
sha512=5d6feb4b5d664812aad0e103f9a9991405739b4d3532a86059e069f7d4a5f5804d444e15937217af1e7838024305802176ccd8be0268467dfa0f68cfe60e7fe7

Description

Google OR-Tools is an open source software suite for optimization, tuned for tackling the world's toughest problems in vehicle routing, flows, integer and linear programming, and constraint programming. This package provides OCaml wrappers for calling the OR-Tools solvers. It currently only supports the CP-SAT solver. Pull requests for other solvers are welcome.

Published: 22 Jan 2026

Dependencies (4)

  1. ocaml >= "4.14.2"
  2. dune-configurator build
  3. ortools >= "9.14"
  4. dune >= "3.20"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None