diff -r 08d495d48089 -r 9b082b3fb33f lemon/soplex.h --- a/lemon/soplex.h Mon Jan 12 12:26:01 2009 +0000 +++ b/lemon/soplex.h Mon Jan 12 12:26:02 2009 +0000 @@ -43,7 +43,7 @@ /// developed at the Konrad-Zuse-Zentrum für Informationstechnik /// Berlin (ZIB). You can find detailed information about it at the /// http://soplex.zib.de address. - class LpSoplex : public LpSolver { + class SoplexLp : public LpSolver { private: soplex::SoPlex* soplex; @@ -68,16 +68,16 @@ public: /// \e - LpSoplex(); + SoplexLp(); /// \e - LpSoplex(const LpSoplex&); + SoplexLp(const SoplexLp&); /// \e - ~LpSoplex(); + ~SoplexLp(); protected: - virtual LpSoplex* _newSolver() const; - virtual LpSoplex* _cloneSolver() const; + virtual SoplexLp* _newSolver() const; + virtual SoplexLp* _cloneSolver() const; virtual const char* _solverName() const;