1.1 --- a/lemon/lp_skeleton.cc Fri Aug 09 11:07:27 2013 +0200
1.2 +++ b/lemon/lp_skeleton.cc Sun Aug 11 15:28:12 2013 +0200
1.3 @@ -2,7 +2,7 @@
1.4 *
1.5 * This file is a part of LEMON, a generic C++ optimization library.
1.6 *
1.7 - * Copyright (C) 2003-2008
1.8 + * Copyright (C) 2003-2010
1.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
1.11 *
1.12 @@ -32,6 +32,11 @@
1.13 return ++row_num;
1.14 }
1.15
1.16 + int SkeletonSolverBase::_addRow(Value, ExprIterator, ExprIterator, Value)
1.17 + {
1.18 + return ++row_num;
1.19 + }
1.20 +
1.21 void SkeletonSolverBase::_eraseCol(int) {}
1.22 void SkeletonSolverBase::_eraseRow(int) {}
1.23