Closed maxkratz closed 1 year ago
Example specification:
config { solver := GUROBI [home:="fu", license:="bar"]; timeLimit := false [ value:=0.0 ]; debugOutput := true; }
Symptom: Exception while calling Gurobi.getVar(...) to option the solution
Gurobi.getVar(...)
https://github.com/Echtzeitsysteme/gips/blob/master/org.emoflon.gips.core/src/org/emoflon/gips/core/ilp/GurobiSolver.java#L50
Example specification:
Symptom: Exception while calling
Gurobi.getVar(...)
to option the solution