> You may use the following sequence:
> 
> glpsol -m foo.mod --check --wmps foo.mps  
> ...solve foo.mps and write solution to foo.sol...
> glpsol -m foo.mod -r foo.sol
> 
> For .sol format see the glpk manual (routines glp_read_sol for LP and
> glp_read_mip for MIP).
> 

Another way is to replace glp_simplex/glp_intopt called from glpsol (see
glpk/src/glpapi21.c) by your own routines.



_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to