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

Passing arbitrary arguments to the solvers #10

Open
areleu opened this issue Jun 26, 2024 · 1 comment
Open

Passing arbitrary arguments to the solvers #10

areleu opened this issue Jun 26, 2024 · 1 comment

Comments

@areleu
Copy link

areleu commented Jun 26, 2024

Hi!
We are testing out https://github.com/rust-or/good_lp and to use solvers such as gurobi we need to use your API, to do proper testing we needed to adjust the arguments passed to the solver and I couldn't find an API to do this so I implmenented a hack here https://github.com/areleu/lp-solvers/tree/verbose-gurobi which I consider not viable in the long run because this would mean adding a method for every single command.

Am I missing some part of the documentation or is this a missing feature?

@lovasoa
Copy link
Contributor

lovasoa commented Jun 26, 2024

It's not possible yet. Pull request welcome !

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