lemon/soplex.h
changeset 462 9b082b3fb33f
parent 461 08d495d48089
child 540 9db62975c32b
     1.1 --- a/lemon/soplex.h	Mon Jan 12 12:26:01 2009 +0000
     1.2 +++ b/lemon/soplex.h	Mon Jan 12 12:26:02 2009 +0000
     1.3 @@ -43,7 +43,7 @@
     1.4    /// developed at the Konrad-Zuse-Zentrum für Informationstechnik
     1.5    /// Berlin (ZIB). You can find detailed information about it at the
     1.6    /// <tt>http://soplex.zib.de</tt> address.
     1.7 -  class LpSoplex : public LpSolver {
     1.8 +  class SoplexLp : public LpSolver {
     1.9    private:
    1.10  
    1.11      soplex::SoPlex* soplex;
    1.12 @@ -68,16 +68,16 @@
    1.13    public:
    1.14  
    1.15      /// \e
    1.16 -    LpSoplex();
    1.17 +    SoplexLp();
    1.18      /// \e
    1.19 -    LpSoplex(const LpSoplex&);
    1.20 +    SoplexLp(const SoplexLp&);
    1.21      /// \e
    1.22 -    ~LpSoplex();
    1.23 +    ~SoplexLp();
    1.24  
    1.25    protected:
    1.26  
    1.27 -    virtual LpSoplex* _newSolver() const;
    1.28 -    virtual LpSoplex* _cloneSolver() const;
    1.29 +    virtual SoplexLp* _newSolver() const;
    1.30 +    virtual SoplexLp* _cloneSolver() const;
    1.31  
    1.32      virtual const char* _solverName() const;
    1.33