Originally posted by: SystemAdmin
[Francois van Staden said:]
Hay!
I would like to know what instruction to use to solve a MIP problem. I already created the LP in c# using the C libraries and now have to solve the problem. When I use the instruction:
int initialStatus = CplexI.CPXmipopt(env, lp);
it works fine for small LP's that have an optimal solution. The problem comes in when you have a large problem. Then CPLEX finds a suboptimal solution and stores it in the solution pool. I want to start solving the problem and stop immediately after a solution have been saved in the solution pool.
Can anyone help me please!!!!
#CPLEXOptimizers#DecisionOptimization