Daniel Fokum
unread,Nov 4, 2009, 6:14:32 PM11/4/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to am...@googlegroups.com
Hello,
When I try to solve the attached model I get a message that states:
presolve, variable S[1,6,1,3]:
impossible deduced bounds: lower = 0, upper = -3
However, S is a binary variable. I have executed a sequence of expand commands as shown below to determine why the bounds are impossible, unfortunately I am not able to resolve this error.
ampl: expand S[1,6,1,3];
Coefficients of S[1,6,1,3]:
VisDtct[6] 0.9
VisFlsA[6] 0.002
VisTimely[6] 0.96
TxRng2[1,6,1,3,1,2] 52
costMetric 12586.8
ampl: expand VisDtct[6];
subject to VisDtct[6]:
0.9*S[1,6,1,3] + 0.93*S[2,6,1,3] + 0.97*S[3,6,1,3] + 0.905*S[4,6,1,3]
+ 0.915*S[5,6,1,3] + 0.925*S[6,6,1,3] + 0.895*S[7,6,1,3] >= 0.89;
ampl: expand VisFlsA[6];
subject to VisFlsA[6]:
0.002*S[1,6,1,3] + 0.001*S[2,6,1,3] + 0.001*S[3,6,1,3] +
0.003*S[4,6,1,3] + 0.002*S[5,6,1,3] + 0.002*S[6,6,1,3] +
0.002*S[7,6,1,3] <= 0.005;
ampl: expand VisTimely[6];
subject to VisTimely[6]:
0.96*S[1,6,1,3] + 0.98*S[2,6,1,3] + 0.97*S[3,6,1,3] + 0.955*S[4,6,1,3]
+ 0.965*S[5,6,1,3] + 0.95*S[6,6,1,3] + 0.96*S[7,6,1,3] >= 0.91;
ampl: expand TxRng2[1,6,1,3,1,2];
subject to TxRng2[1,6,1,3,1,2]:
52*S[1,6,1,3] >= 16.165;
Thanks in advance for any pointers.
Daniel