[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] The "plain text" output format
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] The "plain text" output format |
Date: |
Wed, 11 Jan 2012 16:08:50 +0300 |
> I need to run the GLPK process from my Java application and parse it's
> output. The "plain text" output "-w option" is the way to go but I
> didn't find any document describing its content. Don't know what the
> numbers mean. :(
>
> Do you know where I can find this?
>
You can find description of that format in the glpk reference manual
included in the distribution (glpk-4.47/doc/glpk.pdf); see descriptions
of the api routines glp_write_sol (p.101), glp_write_ipt (p.103), and
glp_write_mip (p.105).