help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] [Fwd: Please help me]


From: Heinrich Schuchardt
Subject: Re: [Help-glpk] [Fwd: Please help me]
Date: Mon, 25 Jul 2016 00:19:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0

Dear Reza,

the source of GLPK comes with documentation for the GMPL language in
file doc/gmpl.doc. Please, read it carefully. There is also an examples
directory.

The source is available at
http://ftp.gnu.org/gnu/glpk/glpk-4.60.tar.gz

Best regards

Heinrich Schuchardt


On 07/23/2016 04:04 PM, Andrew Makhorin wrote:
> -------- Forwarded Message --------
> To: address@hidden <address@hidden>
> Subject: Please help me
> Date: Sat, 23 Jul 2016 13:44:59 +0000 (UTC)
> 
> Dear GLPK builders,
> when I try to run my code which have the following line, I receive
> error:
> 
> 
> for{(m,i)in arcs, b in source,t in sink,(i,j) in arcs, k in source,l in
> sink: i in nodes diff source and j in nodes diff sink  }: if
> Flow[i,j,k,l]=1 then Flow[m,i,b,t]=1 else Flow[m,i,b,t]=0;
> 
> 
> Please help me to correct it.
> Thanks a lot




reply via email to

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