// s.t. supply{i in I}: sum{j in J} x[i,j] = a[i];
s.t. supply{i in I}: sum{j in J} x[i,j] = a[i]; // process all offer

s.t. demand{j in J}: sum{i in I} x[i,j] >= b[j];

Now, I need a additional comparison, but not a range from to
sum{i in I} x[i,j] >= b[j] OR sum{i in I} x[i,j] = 0

How I have to write the syntax?
Is it still a LP-Problem?

Can someone help me?

Thank you
-- 
View this message in context: 
http://www.nabble.com/Transport-Problem-advanced-tp19886757p19886757.html
Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com.






_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to