> s.t. foo{a in Art, s in Supp} : Z[a,s] >=
> ceil(OrdQty[a,s]/ArtPackQty[a]);
> 

Incorrect. This constraint should be the following:

s.t. foo{a in Art, s in Supp} : Z[a,s] >= OrdQty[a,s]/ArtPackQty[a];

NB: there should be no ceil.



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

Reply via email to