scipopt / CSIP

Reduced and simplified C interface to SCIP
MIT License
15 stars 11 forks source link

Support partial solutions with CSIPsetInitialSolution #19

Closed rschwarz closed 7 years ago

rschwarz commented 8 years ago

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.