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!
You can use the MAXTIME= option:
Solve with MILP;
MAXTIME = 100;
IS THAT CORREECT?
No, the first ; should be a /
In the SOLVE statement, the solver options go after the slash:
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.