COIN-OR::LEMON - Graph Library

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


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

Location:
src/lemon
Files:
2 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
  • src/lemon/lp_glpk.h

    r1379 r1398  
    3030
    3131
    32   /// \brief Wrapper for GLPK solver
     32  /// \brief Interface for the GLPK LP solver
    3333  ///
    34   /// This class implements an interface for GLPK.
     34  /// This class implements an interface for the GLPK LP solver.
    3535  ///\ingroup gen_opt_group
    3636  class LpGlpk : public LpSolverBase {
Note: See TracChangeset for help on using the changeset viewer.