Performance and Parameters
Controlling Gurobi algorithms
Performance
- What is the correlation between problem size and solution time?
- Is there a way to predict how long it will take Gurobi to solve a MIP?
- Does using more threads make Gurobi faster?
- Are there performance differences amongst the different Gurobi APIs?
- Is Gurobi deterministic?
Memory
Parameters
- What is the MIPGap?
- How do I terminate Gurobi with SIGKILL?
- Why does Gurobi ignore the parameter values that I set?
- How do I change parameters in a callback?
- What does GURO_PAR_NOLOCALDISK mean?