Search found 2 matches

by zadel88
6 years ago
Forum: Syntax
Topic: x is not properly restricted
Replies: 0
Views: 2598

x is not properly restricted

In this problem I need all the "t" x(j,t) to be grouped in secuence, i,e, x(1,1) sould be a vercor of 1111111000000 BINARY VARIABLE x, y, z, l, k ; EQUATIONS OBJ, R1, R2, R3, R4, R5, R6, R7; OBJ.. F =E= sum(o,sum(w,n(o,w)*y(o,w))); R1(o).. sum(w,(y(o,w))) =E= 1; R2(j).. sum(t,x(j,t)) =E= p...
by zadel88
6 years ago
Forum: Syntax
Topic: Especify a variable value
Replies: 1
Views: 2623

Especify a variable value

I have ths sets of restrictions: R3(t,w) $(ord(t) gt 0 $(ord(t) lt 33 $(ord (w) eq 1 ))).. sum(j,x(j,t)) =L= sum(o,(y(o,w))); R4(t,w) $(ord(t) gt 33 $(ord(t) lt 57 $(ord (w) eq 2 ))).. sum(j,x(j,t)) =L= sum(o,(y(o,w))); R5(t,w) $(ord(t) gt 9 $(ord(t) lt 41 $(ord (w) eq 3 ))).. sum(j,x(j,t)) =L= sum(...