On Fri, 18 Jan 2013, Andrew Makhorin wrote:
-------- Forwarded Message -------- From: Ali Raza <[email protected]> To: [email protected] Subject: GNU Program Date: Tue, 15 Jan 2013 17:44:24 -0500I 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 [email protected] "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 _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
