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

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Discussion stats
  • 2 replies
  • 1605 views
  • 0 likes
  • 2 in conversation