COIN-OR::LEMON - Graph Library

Changeset 485:9b082b3fb33f in lemon for lemon/soplex.h


Ignore:
Timestamp:
01/12/09 13:26:02 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Rename Lp*/Mip* to *Lp/*Mip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/soplex.h

    r484 r485  
    4444  /// Berlin (ZIB). You can find detailed information about it at the
    4545  /// <tt>http://soplex.zib.de</tt> address.
    46   class LpSoplex : public LpSolver {
     46  class SoplexLp : public LpSolver {
    4747  private:
    4848
     
    6969
    7070    /// \e
    71     LpSoplex();
     71    SoplexLp();
    7272    /// \e
    73     LpSoplex(const LpSoplex&);
     73    SoplexLp(const SoplexLp&);
    7474    /// \e
    75     ~LpSoplex();
     75    ~SoplexLp();
    7676
    7777  protected:
    7878
    79     virtual LpSoplex* _newSolver() const;
    80     virtual LpSoplex* _cloneSolver() const;
     79    virtual SoplexLp* _newSolver() const;
     80    virtual SoplexLp* _cloneSolver() const;
    8181
    8282    virtual const char* _solverName() const;
Note: See TracChangeset for help on using the changeset viewer.