help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] RE: GLPK on 64 bit Linux


From: Andrew Makhorin
Subject: Re: [Help-glpk] RE: GLPK on 64 bit Linux
Date: Thu, 25 Mar 2010 18:09:57 +0300

> I did not write the original code here I'm debugging, but it's
> certainly intended that there is a constraint that all the input must
> be allocated. I can double check that this is the case.

> In terms of presenting a test case, I'm quite new to GLPK, I'd have
> to read up n the formats you have below.

> We do make some calls when we're debugging to the following:

>                       solver.writeCpxlp(file + ".dat");

> .........

>                       solver.printSol(file + ".sol");

> Would any of these files be sufficient? If not is there a call I
> can make on the solver from Java to give you the problem in the format
> you would need?

Yes, these files are sufficient. If possible, please use:

   solver.writeProb(file + ".glp");

rather than writeCpxlp. Thanks.





reply via email to

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