COIN-OR::LEMON - Graph Library

Changeset 2144:cd8897f67c26 in lemon-0.x for lemon/lp_glpk.h


Ignore:
Timestamp:
07/17/06 11:00:21 (18 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2858
Message:

MIP support added (by Jano, the Great).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_glpk.h

    r1956 r2144  
    3636  /// This class implements an interface for the GLPK LP solver.
    3737  ///\ingroup gen_opt_group
    38   class LpGlpk : public LpSolverBase {
     38  class LpGlpk : virtual public LpSolverBase {
    3939  protected:
    4040    LPX* lp;
Note: See TracChangeset for help on using the changeset viewer.