SpineOpt.jl icon indicating copy to clipboard operation
SpineOpt.jl copied to clipboard

Use CPLEX or Gurobi api to change the model type for duals calculation

Open manuelma opened this issue 2 years ago • 4 comments

This may save us a lot of work.

manuelma avatar Feb 17 '23 11:02 manuelma

@manuelma was something done for Gurobi also?

DillonJ avatar Feb 23 '23 14:02 DillonJ

We should probably use JuMP's fix_discrete_variables for the fallback solution:

DillonJ avatar Feb 23 '23 15:02 DillonJ

The benefit of what @manuelma has done here is huge. I have seen dual calculation go down from over 700 seconds to under 2 seconds.

DillonJ avatar Feb 24 '23 08:02 DillonJ

@DillonJ Is this still relevant or does the #547 solution work?

clizbe avatar Nov 17 '23 15:11 clizbe