Files
ortools-clone/ortools/glop/README.md
Corentin Le Molgat 415d744ec3 glop: format README.md
2023-06-12 11:08:00 +02:00

269 B

Glop

Glop is Google's Linear Optimization Package. It provides a fast, precise, numerically stable, production-ready system for linear programming.

It's written in C++ but can also be used from Java, Python, or C# via our linear solver wrapper.