Reputation: 3523
I feel like I knew the answer for this question before but I am unable to recall it.
Is there a way to supply the SCIP program with a heuristic objective solution value?
Upvotes: 1
Views: 65
Reputation: 3523
I finally found it!
We can do that by SCIP_RETCODE SCIPsetObjlimit (SCIP* scip, SCIP_Real objlimit)
Upvotes: 1