test/circulation_test.cc
branch1.1
changeset 1081 f1398882a928
parent 658 85cb3aa71cce
child 1172 c18ed26f016c
     1.1 --- a/test/circulation_test.cc	Fri Aug 05 09:33:42 2011 +0200
     1.2 +++ b/test/circulation_test.cc	Mon Aug 08 12:36:16 2011 +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-2009
     1.8 + * Copyright (C) 2003-2011
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -81,7 +81,7 @@
    1.13              ::Create CirculationType;
    1.14    CirculationType circ_test(g, lcap, ucap, supply);
    1.15    const CirculationType& const_circ_test = circ_test;
    1.16 -   
    1.17 +
    1.18    circ_test
    1.19      .lowerMap(lcap)
    1.20      .upperMap(ucap)
    1.21 @@ -97,7 +97,7 @@
    1.22    const FlowMap& fm = const_circ_test.flowMap();
    1.23    b = const_circ_test.barrier(n);
    1.24    const_circ_test.barrierMap(bar);
    1.25 -  
    1.26 +
    1.27    ignore_unused_variable_warning(fm);
    1.28  }
    1.29