COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
04/07/05 08:31:03 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1751
Message:

max() [_setMax()], min() [_setMin()], primalValue() [_getPrimalValue()] added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/lp_solver_skeleton.h

    r1305 r1312  
    9494    ///\bug Wrong interface
    9595    ///
    96     virtual SolutionStatus _getPrimalType();
     96    virtual Value _getPrimalValue();
     97    ///\e
     98
     99    ///\bug Wrong interface
     100    ///
     101    virtual SolutionStatus _getPrimalStatus();
     102
     103    ///\e
     104    virtual void _setMax();
     105    ///\e
     106    virtual void _setMin();
     107   
    97108
    98109  public:
Note: See TracChangeset for help on using the changeset viewer.