> 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.



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to