[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] .mps does not produce detailed output
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] .mps does not produce detailed output |
Date: |
Sat, 25 Jul 2009 01:23:28 +0300 |
> I converted the code "magic.mod" into "magic.mps", but I found that
> "magic.mps" does not produce detailed output on the command promt like
> "magic.mod" did.
> Running "magic.mps" gives only (INTEGER OPTIMAL SOLUTION FOUND)with
> no mor details ( like objective var, variable values ...etc.)
> So what to do to make "magic.mps" produce the solution details ?
You can specify '-o filename' option, in which case glpsol writes all
solution components to 'filename'.