package ortools

  1. Overview
  2. No Docs
Build and export Google OR-Tools models

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 functions for working with the Protocol Buffer formats that are read and written by the different solvers. It does not actually depend on the OR-Tools software, which need not even be installed. The interface currently only supports a subset of the features provided by the CP-SAT solver. Pull requests for more features and solvers are welcome.

Published: 22 Jan 2026

Dependencies (3)

  1. ocaml >= "4.14.2"
  2. pbrt >= "4.0"
  3. dune >= "3.20"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. ortools_solvers

Conflicts

None