MathProgBase supports MIP-warmstarts with partial solutions, where undefined variables are given NaN values.
In the upcoming SCIP release, new methods SCIPcreatePartialSol etc. are introduced. We should then always create partial solutions. If they happen to be complete, SCIP will just add them.
MathProgBase supports MIP-warmstarts with partial solutions, where undefined variables are given
NaN
values.In the upcoming SCIP release, new methods
SCIPcreatePartialSol
etc. are introduced. We should then always create partial solutions. If they happen to be complete, SCIP will just add them.