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:
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.