1.1 --- a/lemon/cplex.h Sun Mar 29 23:08:20 2009 +0200
1.2 +++ b/lemon/cplex.h Sun Mar 29 22:19:14 2009 +0100
1.3 @@ -2,7 +2,7 @@
1.4 *
1.5 * This file is a part of LEMON, a generic C++ optimization library.
1.6 *
1.7 - * Copyright (C) 2003-2008
1.8 + * Copyright (C) 2003-2009
1.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
1.11 *
1.12 @@ -78,7 +78,7 @@
1.13 /// \brief Base interface for the CPLEX LP and MIP solver
1.14 ///
1.15 /// This class implements the common interface of the CPLEX LP and
1.16 - /// MIP solvers.
1.17 + /// MIP solvers.
1.18 /// \ingroup lp_group
1.19 class CplexBase : virtual public LpBase {
1.20 protected:
1.21 @@ -235,10 +235,13 @@
1.22 /// \e
1.23 virtual ~CplexMip();
1.24
1.25 + /// \e
1.26 + virtual CplexMip* cloneSolver() const;
1.27 + /// \e
1.28 + virtual CplexMip* newSolver() const;
1.29 +
1.30 protected:
1.31
1.32 - virtual CplexMip* _cloneSolver() const;
1.33 - virtual CplexMip* _newSolver() const;
1.34
1.35 virtual const char* _solverName() const;
1.36