COIN-OR::LEMON - Graph Library

Changeset 1398:2f21cc34a245 in lemon-0.x for src/lemon/lp_cplex.h


Ignore:
Timestamp:
04/29/05 13:04:17 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1858
Message:

Docfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/lp_cplex.h

    r1381 r1398  
    2222
    2323#include <lemon/lp_base.h>
     24
    2425extern "C" {
    2526#include <ilcplex/cplex.h>
     
    2930
    3031
    31   /// \brief Wrapper for GLPK solver
     32  /// \brief Interface for the CPLEX solver
    3233  ///
    33   /// This class implements a lemon wrapper for GLPK.
     34  /// This class implements an interface for the CPLEX LP solver.
    3435  class LpCplex : public LpSolverBase {
    3536
Note: See TracChangeset for help on using the changeset viewer.