[Clp] Re question about mps file

Stefan Vigerske stefan at vigerske.de
Wed Nov 26 10:06:07 EST 2008


Hi,

in CoinUtils, there is a class CoinLpIO that can be used to read an LP
file, see
http://www.coin-or.org/Doxygen/CoinUtils/class_coin_lp_i_o.html

Another option is to call Clp via Osi, there seem to be an readLp method:
http://www.coin-or.org/Doxygen/Osi/class_osi_solver_interface.html

For the latter, best is to look into the examples in the Osi project for
a simple driver.

Best,
Stefan

danh hua schrieb:
> Hi,
> 
> Thanks for your replies.
> I tried saving my problem as lp file, but I can't load this problem from
> clp.
> In clp project there isn't any function to read lp file. There is only
> readMps( ) function which to load mps file.
> Can you explain how to solve problem saved in lp file?
> 
> Thanks
> Danh Hua
> 




More information about the Clp mailing list