Hello Asma ------------------------------------------------------------ To: "[email protected]" <[email protected]> Subject: [Help-glpk] file .lp From: esma mehiaoui <[email protected]> Date: Mon, 14 Nov 2011 15:43:39 +0000 (GMT) ------------------------------------------------------------
> Hello, > > Is it possible to use glpsol options to transform an > .mod file into .lp file ? > > Thank you > Asma Have you tried: $ glpsol --check --math myproblem.mod --wlp myproblem.lp In this case, the '--check' option should prevent the model from being run. See the GLPK wikibook for more info: http://en.wikibooks.org/wiki/GLPK/Interoperability#GLPSOL_usage 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
