Originally posted by: 88Simon88
Thanks Alex for your reply.
I read the example which you have provided and I somehow got the method, but I am not still sure. Please put me right if I am wrong:
In order to provide a solution for CPLEX, first I have to provide the decision variables to the model and then solve it. right?
What are the arguments of the below code? decision variables?
cplex.addMIPStart(thisOplModel.nbBus,thisOplModel.naiveSolution);
If yes, Can I only provide the decision variable (for example just to mention the number of buses with 30 and 40 seats) to the model instead of solving it (instead of below code) and then feed it to the CPLEX?
regards
#DecisionOptimization