Sign up, and CougarBoard will remember which categories you want to view. Sign up
Feb 10, 2016
2:34:28pm
ChinoCoug All-American
Anyone here use PROC OPTMODEL on SAS?
The solver recognizes the constraints I set up in the log, but it apparently won't recognize it, and is therefore not giving me a bounded solution.

I tried this:

con jack: u2009[4]-d2009[4] = u_tot[4] - d_tot[4];

So when I print:
print u2009[4];
print d2009[4];
print u_tot[4];
print d_tot[4];


It gives me: u2009[4]:18391


d2009[4]: 0


u_tot[4]: 0


d_tot-4]: 0

So it obviously didn't obey the constraint, although it says it does in the log.
ChinoCoug
New username
BeefNoodleSoup
Bio page
ChinoCoug
Joined
Feb 23, 2004
Last login
Aug 21, 2017
Total posts
0 (0 FO)
Messages
Author
Time

Posting on CougarBoard

In order to post, you will need to either sign up or log in.