Hello all

------------------------------------------------------------
To:          Ilias Nakos <[email protected]>, [email protected]
Subject:     Re: [Help-glpk] GLPK for Windows CE
Message-ID: <[email protected]>
From:       "glpk xypron" <[email protected]>
Date:        Fri, 01 Jul 2011 22:35:06 +0200
------------------------------------------------------------

>> \Program Files\glpsol> glpsol money.mod
>
> The command should read:
> glpsol -m money.mod
>
> glpsol file.mps
> expects an MPS file.

Perhaps a better strategy would be to set the read
operation using the file extension.  Of course, if an
explicit read option was given, that would have
precedence.

To resolve one ambiguity, I guess that *.mps would
indicate free format and that fixed format would need
option --mps.

  fixed MPS format   :  --mps      problem.mps
  free MPS format    : [--freemps] problem.mps
  CPLEX LP format    : [--lp]      problem.lp
  GLPK format        : [--glp]     problem.glp | problem.glpk
  GNU MathProg model : [--math]    model.mod
  GNU MathProg model : [--model]   model.mod
  GNU MathProg data  : [--data]    model.dat

  note that --math and --model are synonyms, as is -m

For more information on GLPK file extension
conventions, see:

  http://en.wikibooks.org/wiki/GLPK/GLPK_file_extensions

In passing, note also (which I will update as events
unfold -- many thanks to Ilias for the background):

  http://en.wikibooks.org/wiki/GLPK/Windows#Windows_CE

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

Reply via email to