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

GIPSL: Extend (M)ILP solver config for presolving (auto) #231

Open
maxkratz opened this issue Mar 19, 2025 · 0 comments
Open

GIPSL: Extend (M)ILP solver config for presolving (auto) #231

maxkratz opened this issue Mar 19, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@maxkratz
Copy link
Member

Currently, GIPS only allows the (M)ILP solver to be configured for "presolve enabled" or "... disabled". Gurobi allows for a more detailed configuration:

  • auto
  • disabled
  • conservative
  • aggressive

https://docs.gurobi.com/projects/optimizer/en/current/concepts/parameters/guidelines.html#presolve

Let's extend GIPSL in this regard, at least so that "auto" can be specified.

@maxkratz maxkratz added the enhancement New feature or request label Mar 19, 2025
@maxkratz maxkratz self-assigned this Mar 19, 2025
@maxkratz maxkratz changed the title GIPSL: Extend (M)ILP solver config (auto) GIPSL: Extend (M)ILP solver config for presolving (auto) Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant