Hello Daniele ------------------------------------------------------------ To: Mate Hegyhati <[email protected]> Subject: Re: [Help-glpk] info command --wcpxlp Message-ID: <1343915701.2000.7.camel@corvax> From: Andrew Makhorin <[email protected]> Date: Thu, 02 Aug 2012 17:55:01 +0400 ------------------------------------------------------------
[snip] > Files produced by the '--wlp filename' option are in > cplex lp format and must work with the original cplex > package. Please see: http://en.wikibooks.org/wiki/GLPK/Interoperability http://en.wikibooks.org/wiki/GLPK/Interoperability#GLPSOL_usage http://en.wikibooks.org/wiki/GLPK/Interoperability#CPLEX.C2.A0LP_format You will probably want the '--check' option as well to avoid running the GLPK solver as well: $ glpsol --check --wlp short.lp --math short.mod There is also a bash script interface here to GLPSOL if you are running lots of tests: http://en.wikibooks.org/wiki/GLPK/Using_GLPSOL#xglpsol_bash_script HTH, Robbie --- Robbie Morrison PhD student -- policy-oriented energy system simulation Technical University of Berlin (TU-Berlin), Germany University email (redirected) : [email protected] Webmail (preferred) : [email protected] [from Webmail client] _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
