bug-glpk
[Top][All Lists]
Advanced

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

[Bug-glpk] Syntax error: display {1..10};


From: Heinrich Schuchardt
Subject: [Bug-glpk] Syntax error: display {1..10};
Date: Tue, 04 Aug 2015 23:21:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0

Hello Andrew,

the syntax error thrown in line 6 contradicts the documentation in
gmpl.pdf. Here you describe that both the domain and the colon are optional.

set I := 1..10;
display 1..10;
set J := {1..10};
display J;
display : {1..10};
display {1..10};
end;

Best regards

Heinrich Schuchardt



reply via email to

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