-
Couldn't load subscription status.
- Fork 84
Open
Description
In
Gurobi.jl/src/MOI_wrapper/MOI_wrapper.jl
Line 3435 in 9720c80
| ret = GRBsetdblattrelement(model, "Start", Cint(info.column - 1), grb_value) |
we use
Start, which is for feasible MIP solutions:https://docs.gurobi.com/projects/optimizer/en/current/reference/attributes/variable.html#attrstart
See instead PStart:
https://docs.gurobi.com/projects/optimizer/en/current/reference/attributes/variable.html#attrpstart
Metadata
Metadata
Assignees
Labels
No labels