Originally posted by: a.teuffel
Hi all,
In my VB application cplex.solve() takes 3min to solve. I use the command
If cplex.solve() then
...
End if
When exporting the problem to a .mps-file and using cplex in cmd it only takes 4 seconds to get the solution. Why is that?
Any help?
#CPLEXOptimizers#DecisionOptimization