1.1 --- a/test/suurballe_test.cc Fri Aug 05 09:33:42 2011 +0200
1.2 +++ b/test/suurballe_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 @@ -80,7 +80,7 @@
1.13 typedef Digraph::Node Node;
1.14 typedef Digraph::Arc Arc;
1.15 typedef concepts::ReadMap<Arc, VType> LengthMap;
1.16 -
1.17 +
1.18 typedef Suurballe<Digraph, LengthMap> SuurballeType;
1.19
1.20 Digraph g;
1.21 @@ -104,7 +104,7 @@
1.22 k = suurb_test.findFlow(n);
1.23 k = suurb_test.findFlow(n, k);
1.24 suurb_test.findPaths();
1.25 -
1.26 +
1.27 int f;
1.28 VType c;
1.29 c = const_suurb_test.totalLength();
1.30 @@ -116,7 +116,7 @@
1.31 const_suurb_test.potentialMap();
1.32 k = const_suurb_test.pathNum();
1.33 Path<Digraph> p = const_suurb_test.path(k);
1.34 -
1.35 +
1.36 ignore_unused_variable_warning(fm);
1.37 ignore_unused_variable_warning(pm);
1.38 }