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

Gurobi solver not working due to wrong file format #7

Closed
FjodorGit opened this issue Feb 24, 2024 · 0 comments
Closed

Gurobi solver not working due to wrong file format #7

FjodorGit opened this issue Feb 24, 2024 · 0 comments

Comments

@FjodorGit
Copy link
Contributor

I tried running the example from the readme with the GurobiSolver::default()-solver and received an the error
Unknown file type for file '/tmp/.tmpaFP4S9'
from the solver.
After testing it with gurobi_cl I figured out that gurobi expects a valid suffix for the ResultFile=-parameter.
So this can be fixed by adding a default solution_suffix-method for the GurobiSolver.

lovasoa added a commit that referenced this issue Feb 24, 2024
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

1 participant