Echtzeitsysteme / gips

Graph-Based (M)ILP Problem Specification Tool
https://gips.dev
GNU General Public License v3.0
3 stars 1 forks source link

Gurobi ILP solver: Disabled time out does not propagate to Gurobi config #53

Closed maxkratz closed 1 year ago

maxkratz commented 2 years 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

maxkratz commented 2 years ago

https://github.com/Echtzeitsysteme/gips/blob/master/org.emoflon.gips.core/src/org/emoflon/gips/core/ilp/GurobiSolver.java#L50