BookmarkSubscribeRSS Feed
Crubal
Quartz | Level 8

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!

3 REPLIES 3
RobPratt
SAS Super FREQ
Crubal
Quartz | Level 8

Solve with MILP;

MAXTIME = 100;

IS THAT CORREECT?

RobPratt
SAS Super FREQ

No, the first ; should be a /

In the SOLVE statement, the solver options go after the slash:

SAS/OR(R) 14.1 User's Guide: Mathematical Programming

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

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.

Discussion stats
  • 3 replies
  • 853 views
  • 0 likes
  • 2 in conversation