help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] [Fwd: GNU Program]


From: Michael Hennebry
Subject: Re: [Help-glpk] [Fwd: GNU Program]
Date: Sat, 19 Jan 2013 11:09:47 -0600 (CST)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

On Fri, 18 Jan 2013, Andrew Makhorin wrote:

-------- Forwarded Message --------
From: Ali Raza <address@hidden>
To: address@hidden
Subject: GNU Program
Date: Tue, 15 Jan 2013 17:44:24 -0500

I have a quick question. I am trying to write a simple program in GNU
software. I am having difficities and it is giving me errors. I have not
used this program before and I would like to know if there is some help
that is avaialable in guiding me to write the correct code. Would you
please take a look at my code and let me know what am i doing wrong.

Thanks


var x >= 0;
var y >= 0;
param j = x;
param k = y;
param l :=   7.25 ;
var x{1..n} integer;
var y{1..m} integer;
minimize obj: {(x/y) / (l)};

The objective seems to be a vector.

--
Michael   address@hidden
"On Monday, I'm gonna have to tell my kindergarten class,
whom I teach not to run with scissors,
that my fiance ran me through with a broadsword."  --  Lily



reply via email to

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