Hello,
I am trying to run PROC NLP with linear constraints. When I add a new lincon that I need:
...
n8 + n9 + n10 + n11 + n12 + n13 + n14 + n15 = 300,
...
I get this:
WARNING : Failure computing feasible point. You may need to increase the value 1E-8 of the LCEPS=option.
and it produces no results.
Why is this happening? How can I fix it?
Thanks!
Please note that PROC NLP is a legacy procedure that, as of SAS/OR 14.2 on SAS 9.4M4, is no longer even documented. PROC OPTMODEL is recommended instead.
What did you change the LCEPS option to?
Please note that PROC NLP is a legacy procedure that, as of SAS/OR 14.2 on SAS 9.4M4, is no longer even documented. PROC OPTMODEL is recommended instead.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.