Originally posted by: vdesai
Hi all,
I have a LP to solve for which I can generate a solution using some
heuristic. I am interested in warm starting the LP using this
heuristic solution. I am using primal simplex as my algorithm. I used
cplex java api setVectors, as mentioned in some of the earlier
discussions, but it is not working properly. Because, as a test, when
I provided the optimal solution as a starting point for cplex it still
does a number of iterations. The way I am providing the starting
solution is:
create LP --> use setVectors and set all the variables --> solve the
LP.
I suspect I need to be using a SolveCallback but I am not sure how
to do it. Any help regarding this is much appreciated. Thanks.
-Vijay
#CPLEXOptimizers#DecisionOptimization