Hello Alasdair, >> I downloaded the GPLK 4.34 for windows, from a Complete package and >> Sources links,
GLPK consists both of a library that you can use for programming your own linear programming solution as well as of a standalone solver glpsol.exe. glpsol is a console program. The available parameters can be shown with glpsol.exe --help. The examples directory contains several models written in GMPL (as described in doc/gmpl.pdf). To run example file tsp.mod: glpsol.exe -m path_to_glpk\examples\tsp.mod Best regards Xypron -- View this message in context: http://www.nabble.com/GPLK-install--tp20926313p20926488.html Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
