help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Build using GLPK, solve using CLP and post solve using G


From: Andrew Makhorin
Subject: Re: [Help-glpk] Build using GLPK, solve using CLP and post solve using GLP
Date: Wed, 28 Oct 2015 20:36:11 +0300

> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]