diff -r 9eac00ea588f -r dceba191c00d lemon/network_simplex.h --- a/lemon/network_simplex.h Fri Aug 09 14:07:27 2013 +0200 +++ b/lemon/network_simplex.h Fri Aug 09 11:28:17 2013 +0200 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2010 + * Copyright (C) 2003-2013 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -1234,7 +1234,7 @@ return true; } - + // Check if the upper bound is greater or equal to the lower bound // on each arc. bool checkBoundMaps() {