COIN-OR::LEMON - Graph Library

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

SolutionStatus? -> SolveExitStatus?
SolutionType? -> SolutionStatus?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/lp/lp_solver_skeleton.h

    r1294 r1303  
    8383    ///\bug Wrong interface
    8484    ///
    85     virtual SolutionStatus _solve();
     85    virtual SolveExitStatus _solve();
    8686
    8787    ///\e
     
    9494    ///\bug Wrong interface
    9595    ///
    96     virtual SolutionType _getPrimalType();
     96    virtual SolutionStatus _getPrimalType();
    9797
    9898  public:
Note: See TracChangeset for help on using the changeset viewer.