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
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.
The text was updated successfully, but these errors were encountered:
I tried running the example from the readme with the
GurobiSolver::default()
-solver and received an the errorUnknown 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 theGurobiSolver
.The text was updated successfully, but these errors were encountered: