COIN-OR::LEMON - Graph Library

Changeset 1460:7c58aabb9eea in lemon-0.x for lemon/lp_skeleton.cc


Ignore:
Timestamp:
06/09/05 17:03:58 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1940
Message:

I could not check, because: aclocal-1.7: command not found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_skeleton.cc

    r1435 r1460  
    121121  LpSkeleton::SolutionStatus LpSkeleton::_getPrimalStatus()
    122122  {
    123     return OPTIMAL;
     123    return UNDEFINED;
     124  }
     125
     126  LpSkeleton::SolutionStatus LpSkeleton::_getDualStatus()
     127  {
     128    return UNDEFINED;
     129  }
     130
     131  LpSkeleton::ProblemTypes LpSkeleton::_getProblemType()
     132  {
     133    return UNKNOWN;
    124134  }
    125135 
Note: See TracChangeset for help on using the changeset viewer.