diff -r 547e966b3b29 -r 9db62975c32b lemon/soplex.h --- a/lemon/soplex.h Thu Feb 26 09:39:02 2009 +0000 +++ b/lemon/soplex.h Thu Feb 26 07:39:16 2009 +0000 @@ -73,12 +73,13 @@ SoplexLp(const SoplexLp&); /// \e ~SoplexLp(); + /// \e + virtual SoplexLp* newSolver() const; + /// \e + virtual SoplexLp* cloneSolver() const; protected: - virtual SoplexLp* _newSolver() const; - virtual SoplexLp* _cloneSolver() const; - virtual const char* _solverName() const; virtual int _addCol();