lemon/lp_skeleton.cc
changeset 623 745e182d0139
parent 587 9db62975c32b
child 793 e4554cd6b2bf
child 1081 f1398882a928
equal deleted inserted replaced
2:f21ffb4b0886 3:85c3bae75832
    82 
    82 
    83   void SkeletonSolverBase::_clear() {
    83   void SkeletonSolverBase::_clear() {
    84     row_num = col_num = 0;
    84     row_num = col_num = 0;
    85   }
    85   }
    86 
    86 
       
    87   void SkeletonSolverBase::_messageLevel(MessageLevel) {}
       
    88 
    87   LpSkeleton::SolveExitStatus LpSkeleton::_solve() { return SOLVED; }
    89   LpSkeleton::SolveExitStatus LpSkeleton::_solve() { return SOLVED; }
    88 
    90 
    89   LpSkeleton::Value LpSkeleton::_getPrimal(int) const { return 0; }
    91   LpSkeleton::Value LpSkeleton::_getPrimal(int) const { return 0; }
    90   LpSkeleton::Value LpSkeleton::_getDual(int) const { return 0; }
    92   LpSkeleton::Value LpSkeleton::_getDual(int) const { return 0; }
    91   LpSkeleton::Value LpSkeleton::_getPrimalValue() const { return 0; }
    93   LpSkeleton::Value LpSkeleton::_getPrimalValue() const { return 0; }