The discussion on the solution status in issue #1296 got me to thinking...
Currently to get marginal values for a MIP problem, we solved a relaxed problem with MIP variables fixed to their solutions. I'm thinking, perhaps we can disable crossover for this so-called dual-solve to get a solution faster.
@datejada is this a viable approach? Will crossover impact the dual solution?
The discussion on the solution status in issue #1296 got me to thinking...
Currently to get marginal values for a MIP problem, we solved a relaxed problem with MIP variables fixed to their solutions. I'm thinking, perhaps we can disable crossover for this so-called dual-solve to get a solution faster.
@datejada is this a viable approach? Will crossover impact the dual solution?