> 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). _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
