SetWarmStart function #568
ycpengpeng
started this conversation in
Discussion
Replies: 1 comment 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to set an initial solution of the integer linear programming problem because I want the final solution to be near to the initial solution. I use the OsiClpSolverInterface model and the SetWarmStart function. My code is as follows:
The code prints the "warm start fail" and I want to know whether
setWarmStart
function can be used to set the initial solution and when does it return true? Can you give an example of setting the initial solution? Thanks a lot!Beta Was this translation helpful? Give feedback.
All reactions