Hi!
I used MILP solver for Proc Optmodel, with its solution status "Out of Memory".
I guess this is because using "Branch and Cut" algorithm, it is hard to obtain an optimal for my optimization problem.
Then could I set running time to a certain amount of time, like resolve or something?
Thanks!