Open glebbelov opened 2 years ago
Reporting 'sup' for non-basic constraints. Moreover, on basis input, assuming new constraints (those with .sstatus 'none') are active and setting them as non-basic. Could improve this by looking at the slack.
See my comment on ampl/solvers-private#47.
With setting new constraints as non-basic, warmstart often succeeds. Might improve this by looking at slack
Gurobi 9.5 needs a complete basis.
For non-basic constraints, should we report low/upp/equ (currenlty 'none' for non-range constraints, which leads to unaccepted basis after adding new constraints and resolving, as we don't know in the driver which constraints are new. It seems we should set some of new constraints to bas for Gurobi to accept the basis)?