hamilcarBarca17 617dfb2bd3
Some checks are pending
Rust / build (push) Waiting to run
Fixed a typo in the README
2023-03-16 11:35:55 -06:00
2021-09-14 11:30:24 +02:00
2023-03-15 13:55:51 -06:00
2021-09-07 19:45:23 +02:00
2023-03-16 11:35:55 -06:00

Google CP-SAT solver Rust bindings

Rust bindings to the Google CP-SAT constraint programming solver.

To use this library, you need a C++ compiler and an installation of google or-tools library files.

The environment variable ORTOOLS_PREFIX is used to find include files and library files. If not set, /opt/ortools will be added to the search path (classical search path will also be used).

Description
Google CP-SAT solver Rust bindings
Readme 96 KiB
Languages
Rust 94.5%
C++ 5.5%