Dear all
Kindly if you have experience with CPLEX solver with C, Is it better to model the optimization problem using C or C++ than Matlab, from execution time point of view?
In fact I have modeled my problem in Matlab, but it takes a very long time to generate the rows (I have around 500K rows), while it takes around 5 seconds to solve the problem!
Thanks in advance.