COIN-OR::LEMON - Graph Library

Changeset 2605:852361980706 in lemon-0.x for lemon/lp_skeleton.h


Ignore:
Timestamp:
04/08/08 18:01:28 (16 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3488
Message:

Bug fixes in LP solvers

  • the copyLp is clarified
  • newLp and copyLp gives back pointers
  • cplex gives back empty string for variables without name
  • cplex row and column retrieval
  • added macro for soplex
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_skeleton.h

    r2553 r2605  
    3333
    3434    ///\e
    35     virtual LpSolverBase &_newLp();
     35    virtual LpSolverBase* _newLp();
    3636    ///\e
    37     virtual LpSolverBase &_copyLp();
     37    virtual LpSolverBase* _copyLp();
    3838    /// \e
    3939    virtual int _addCol();
Note: See TracChangeset for help on using the changeset viewer.