Click here to Skip to main content
15,887,328 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi, I am working on optimization problem can anybody tell me how to pass a initial solution to cplex. How to use warm start in cplex using c++. It will be very helpful if you could explain me this I have searched on the internet I only found IBM user manual but it is not very much clear.
Posted
Comments
Sergey Alexandrovich Kryukov 7-Jun-13 14:55pm    
If the whole manual is not clear to you, why would you explain that some Quick Answer can make it clear? If you addressed some particular difficulties in your question, it might have some sense...
—SA
mohit_mnc 7-Jun-13 15:04pm    
I called addMIPstart(X,Y) where X is variable array and Y is initial solution to that array.
here X is the variable that also contain in the model but this doesn't worked
The_Inventor 11-Jun-13 0:37am    
I second Sergey's motion for better information and a section of the code with which you are working, showing how you have defined (X,Y).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900