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.