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
deleted_user
Not applicable
Thanks Philipp

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1094 views
  • 0 likes
  • 2 in conversation