You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @jcavat !
Sorry for polluting the issue section, but I finished a first iteration of the improved API for linear programming I was mentioning in #66 (comment). It is in early stage, but I would love to get your feedback on the API design.
Compared to this crate, it doesn't handle non-linear objectives and constraints, but it is immensely faster when handling large problems. I have a test for a sum of 100k variables.
Hello @jcavat !
Sorry for polluting the issue section, but I finished a first iteration of the improved API for linear programming I was mentioning in #66 (comment). It is in early stage, but I would love to get your feedback on the API design.
Here it is:
- https://github.com/lovasoa/good_lp
- https://crates.io/crates/good_lp
- https://docs.rs/good_lp
The text was updated successfully, but these errors were encountered: