BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
sametunver
Fluorite | Level 6

Hello,

 

Can you tell me how many different 'Solution Status' there are in optmodel procedure and what they are?

1 ACCEPTED SOLUTION

Accepted Solutions
pchristophel
SAS Employee

Hello,

 

That depends on the solver that was called. For the MILP solver you can find the different values of the _OROPTMODEL_ macro variable here:

 

https://go.documentation.sas.com/doc/en/pgmsascdc/v_017/casmopt/casmopt_milpsolver_details15.htm

 

View solution in original post

2 REPLIES 2
pchristophel
SAS Employee

Hello,

 

That depends on the solver that was called. For the MILP solver you can find the different values of the _OROPTMODEL_ macro variable here:

 

https://go.documentation.sas.com/doc/en/pgmsascdc/v_017/casmopt/casmopt_milpsolver_details15.htm

 

sametunver
Fluorite | Level 6

I was looking for NLP and found it there: SAS Help Center: Macro Variable _OROPTMODEL_

 

Thank you!