Files
ortools-clone/ortools/glop
Laurent Perron 657d7aed4e polish includes
2023-10-26 10:59:39 +02:00
..
2022-07-27 16:47:32 +02:00
2023-08-30 10:04:47 -04:00
2023-04-21 12:46:19 +02:00
2023-08-30 10:04:47 -04:00
2023-08-30 10:04:47 -04:00
2023-05-04 18:21:24 +02:00
2023-08-30 10:04:47 -04:00
2023-08-30 10:04:47 -04:00
2023-01-20 14:09:34 +01:00
2023-06-07 17:10:39 +02:00
2023-10-15 17:53:48 +02:00
2023-08-30 10:04:47 -04:00
2023-06-12 11:08:00 +02:00
2022-06-17 14:23:23 +02:00
2023-05-24 15:34:57 +02:00
2023-10-15 17:53:48 +02:00
2023-10-26 10:59:39 +02:00

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.