diff -r 7a28e215f715 -r 99a31b399b59 lemon/lp_skeleton.cc --- a/lemon/lp_skeleton.cc Tue Apr 14 10:54:42 2009 +0200 +++ b/lemon/lp_skeleton.cc Tue Apr 14 10:40:33 2009 +0100 @@ -84,6 +84,8 @@ row_num = col_num = 0; } + void SkeletonSolverBase::_messageLevel(MessageLevel) {} + LpSkeleton::SolveExitStatus LpSkeleton::_solve() { return SOLVED; } LpSkeleton::Value LpSkeleton::_getPrimal(int) const { return 0; }