BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi SAS/OR users,
First of all, thanks to SAS developpers for amazing works done for the OPTMODEL procedure. Really impressive!
Just one question, I currently "play" with presolver optmodel to detect constraints eliminated in a LP problem

eg : reset presolver = none; solve; expand / con;

but i didn't see any differences in SAS outputs with
solve; expand / con;

Is there any options to see the constraints removed by OPTMODEL presolver? by OPTLP presolver?

thank you
2 REPLIES 2
Philipp_SAS
SAS Employee
Hi,

For the OPTMODEL presolver it is possible to see the model that is actually passed on to the solver by using the SOLVE option in the expand command. The OPTMODEL presolver only does small changes to the model, for many instances none at all.

The OPTLP (or other solvers like OPTMILP etc.) presolver uses very advanced presolving techniques and often ends up with a totally different model. Explaining in the output how this model relates to the original is far to complicated and usually not needed. So it is not possible to access this model from the SAS language.

I hope this answers your question.

Philipp

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 2 replies
  • 965 views
  • 0 likes
  • 2 in conversation