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