equal
deleted
inserted
replaced
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; } |