help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Out of domain error


From: mao
Subject: Re: [Help-glpk] Out of domain error
Date: Mon, 29 Jan 2007 20:54:20 +0300

> 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;







reply via email to

[Prev in Thread] Current Thread [Next in Thread]