Changeset 1364:ee5959aa4410 in lemon-0.x for src/lemon/lp_glpk.h
- Timestamp:
- 04/17/05 20:57:22 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1809
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/lp_glpk.h
r1359 r1364 32 32 /// \brief Wrapper for GLPK solver 33 33 /// 34 /// This class implements a lemon wrapperfor GLPK.34 /// This class implements an interface for GLPK. 35 35 ///\ingroup gen_opt_group 36 36 class LpGlpk : public LpSolverBase { … … 46 46 47 47 protected: 48 virtual LpSolverBase &_newLp(); 49 virtual LpSolverBase &_copyLp(); 50 48 51 virtual int _addCol(); 49 52 virtual int _addRow();
Note: See TracChangeset
for help on using the changeset viewer.