COIN-OR::LEMON - Graph Library

Opened 13 years ago

Last modified 8 years ago

#400 new enhancement

MPL LpSolver/MipSolver backend

Reported by: Alpar Juttner Owned by: Alpar Juttner
Priority: major Milestone: LEMON 1.5 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

The idea is to write an LP/MIP interface that is able to build up the problem, but when solving, it first create an MPL file, call the external command line solver, then parse back the output of the solver.

Of course it will be less efficient than using the C API of the same solver, but

  • it can be useful to have the LP program built up by our code in MPL format, so that we can play with the solver separately (e.g. for experimenting with the tuning options).
  • for some legal reason, it may simply be impossible to link the mip/lp solver to our code.

Change History (2)

comment:1 Changed 11 years ago by Alpar Juttner

Milestone: LEMON 1.3 releaseLEMON 1.4 release

comment:2 Changed 8 years ago by Alpar Juttner

Milestone: LEMON 1.4 releaseLEMON 1.5 release
Note: See TracTickets for help on using tickets.