COIN-OR::LEMON - Graph Library

Changeset 2218:50f1a780a5ff in lemon-0.x for lemon/lp_cplex.h


Ignore:
Timestamp:
09/21/06 16:46:28 (18 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2952
Message:

Interface to the cplex MIP solver: it is little, a bit sour but it is ours.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_cplex.h

    r1956 r2218  
    3535  ///
    3636  /// This class implements an interface for the CPLEX LP solver.
    37   class LpCplex : public LpSolverBase {
     37  class LpCplex :virtual public LpSolverBase {
    3838
    3939  public:
Note: See TracChangeset for help on using the changeset viewer.