Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback on good_lp #70

Open
lovasoa opened this issue Feb 12, 2021 · 3 comments
Open

Feedback on good_lp #70

lovasoa opened this issue Feb 12, 2021 · 3 comments

Comments

@lovasoa
Copy link
Contributor

lovasoa commented Feb 12, 2021

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

@lovasoa
Copy link
Contributor Author

lovasoa commented Feb 12, 2021

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.

@jcavat
Copy link
Collaborator

jcavat commented Feb 12, 2021

very elegant ! You should consider at least quadratic inequalities. It seems it's now well supported by CBC.

@lovasoa
Copy link
Contributor Author

lovasoa commented Feb 12, 2021

Would you be interested in contributing ? Can I add you as a maintainer ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants