> Hello for everybody, I have a problem with a little model I wrote in
> mathprog. When I try to execute it, I get the following error message:

> data;
>
> set T:= 1..6; /*Periodos*/

This statement specifies T as a set containing the only element "1..6".

The correct specification is the following:

set T := 1 2 3 4 5 6;





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

Reply via email to