COIN-OR::LEMON - Graph Library

Changeset 2218:50f1a780a5ff in lemon-0.x for lemon/mip_glpk.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/mip_glpk.h

    r2185 r2218  
    1717 */
    1818
    19 #ifndef LEMON_ILP_GLPK_H
    20 #define LEMON_ILP_GLPK_H
     19#ifndef LEMON_MIP_GLPK_H
     20#define LEMON_MIP_GLPK_H
    2121
    2222///\file
    23 ///\brief Header of the LEMON-GLPK lp solver interface.
     23///\brief Header of the LEMON-GLPK mip solver interface.
    2424///\ingroup gen_opt_group
    2525
     
    2828
    2929namespace lemon {
    30   /// \brief Interface for the GLPK ILP solver
     30  /// \brief Interface for the GLPK MIP solver
    3131  ///
    32   /// This class implements an interface for the GLPK ILP solver.
     32  /// This class implements an interface for the GLPK MIP solver.
    3333  ///\ingroup gen_opt_group
    3434  class MipGlpk : public MipSolverBase, public LpGlpk{
     
    5757} //END OF NAMESPACE LEMON
    5858
    59 #endif // END OF LEMON_ILP_GLPK_H
     59#endif // END OF LEMON_MIP_GLPK_H
Note: See TracChangeset for help on using the changeset viewer.