> 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'. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
