Files
ortools-clone/ortools/glop
Mizux Seiha 7fc67a4468 bazel: update deps
* don't use repo name
* Bump abseil-cpp to 20250512.0
* Bump Protobuf to 31.0
* Bump benchmark to 1.9.2
* Bump googletest to 1.17.0
2025-05-22 14:42:28 +02:00
..
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-05-22 14:42:28 +02:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-04-30 15:15:39 +02:00
2025-03-04 21:09:32 +01:00
2025-01-10 11:35:44 +01:00
2023-06-12 11:08:00 +02:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-03-04 21:09:32 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01:00
2025-01-10 11:35:44 +01: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.