lemon/network_simplex.h
changeset 1296 330264b171cf
parent 1240 ee9bac10f58e
child 1297 c0c2f5c87aa6
     1.1 --- a/lemon/network_simplex.h	Sat Mar 16 16:20:41 2013 +0100
     1.2 +++ b/lemon/network_simplex.h	Thu Oct 17 09:29:37 2013 +0200
     1.3 @@ -1235,7 +1235,7 @@
     1.4        return true;
     1.5      }
     1.6      
     1.7 -    // Check if the upper bound is greater or equal to the lower bound
     1.8 +    // Check if the upper bound is greater than or equal to the lower bound
     1.9      // on each arc.
    1.10      bool checkBoundMaps() {
    1.11        for (int j = 0; j != _arc_num; ++j) {