Changeset 551:9d0d7e20f76d in lemon-1.2 for lemon/cplex.h
- Timestamp:
- 03/19/09 08:40:34 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/cplex.h
r540 r551 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-200 85 * Copyright (C) 2003-2009 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 79 79 /// 80 80 /// This class implements the common interface of the CPLEX LP and 81 /// MIP solvers. 81 /// MIP solvers. 82 82 /// \ingroup lp_group 83 83 class CplexBase : virtual public LpBase { … … 236 236 virtual ~CplexMip(); 237 237 238 protected: 239 240 virtual CplexMip* _cloneSolver() const; 241 virtual CplexMip* _newSolver() const; 238 /// \e 239 virtual CplexMip* cloneSolver() const; 240 /// \e 241 virtual CplexMip* newSolver() const; 242 243 protected: 244 242 245 243 246 virtual const char* _solverName() const;
Note: See TracChangeset
for help on using the changeset viewer.