lemon/lp_skeleton.cc
changeset 1231 1782aa72495a
parent 956 141f9c0db4a3
child 1270 dceba191c00d
equal deleted inserted replaced
5:3554eb3b6c84 7:6b5c8f9d145a
    89     row_num = col_num = 0;
    89     row_num = col_num = 0;
    90   }
    90   }
    91 
    91 
    92   void SkeletonSolverBase::_messageLevel(MessageLevel) {}
    92   void SkeletonSolverBase::_messageLevel(MessageLevel) {}
    93 
    93 
       
    94   void SkeletonSolverBase::_write(std::string, std::string) const {}
       
    95 
    94   LpSkeleton::SolveExitStatus LpSkeleton::_solve() { return SOLVED; }
    96   LpSkeleton::SolveExitStatus LpSkeleton::_solve() { return SOLVED; }
    95 
    97 
    96   LpSkeleton::Value LpSkeleton::_getPrimal(int) const { return 0; }
    98   LpSkeleton::Value LpSkeleton::_getPrimal(int) const { return 0; }
    97   LpSkeleton::Value LpSkeleton::_getDual(int) const { return 0; }
    99   LpSkeleton::Value LpSkeleton::_getDual(int) const { return 0; }
    98   LpSkeleton::Value LpSkeleton::_getPrimalValue() const { return 0; }
   100   LpSkeleton::Value LpSkeleton::_getPrimalValue() const { return 0; }