1.1 --- a/LICENSE Sun Dec 21 20:47:15 2008 +0100
1.2 +++ b/LICENSE Thu Jan 01 00:00:00 2009 +0100
1.3 @@ -1,7 +1,7 @@
1.4 LEMON code without an explicit copyright is covered by the following
1.5 copyright/license.
1.6
1.7 -Copyright (C) 2003-2008 Egervary Jeno Kombinatorikus Optimalizalasi
1.8 +Copyright (C) 2003-2009 Egervary Jeno Kombinatorikus Optimalizalasi
1.9 Kutatocsoport (Egervary Combinatorial Optimization Research Group,
1.10 EGRES).
1.11
2.1 --- a/demo/arg_parser_demo.cc Sun Dec 21 20:47:15 2008 +0100
2.2 +++ b/demo/arg_parser_demo.cc Thu Jan 01 00:00:00 2009 +0100
2.3 @@ -2,7 +2,7 @@
2.4 *
2.5 * This file is a part of LEMON, a generic C++ optimization library.
2.6 *
2.7 - * Copyright (C) 2003-2008
2.8 + * Copyright (C) 2003-2009
2.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
2.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
2.11 *
3.1 --- a/demo/graph_to_eps_demo.cc Sun Dec 21 20:47:15 2008 +0100
3.2 +++ b/demo/graph_to_eps_demo.cc Thu Jan 01 00:00:00 2009 +0100
3.3 @@ -2,7 +2,7 @@
3.4 *
3.5 * This file is a part of LEMON, a generic C++ optimization library.
3.6 *
3.7 - * Copyright (C) 2003-2008
3.8 + * Copyright (C) 2003-2009
3.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
3.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
3.11 *
3.12 @@ -85,14 +85,14 @@
3.13 graphToEps(g,"graph_to_eps_demo_out_1_pure.eps").
3.14 coords(coords).
3.15 title("Sample .eps figure").
3.16 - copyright("(C) 2003-2008 LEMON Project").
3.17 + copyright("(C) 2003-2009 LEMON Project").
3.18 run();
3.19
3.20 cout << "Create 'graph_to_eps_demo_out_2.eps'" << endl;
3.21 graphToEps(g,"graph_to_eps_demo_out_2.eps").
3.22 coords(coords).
3.23 title("Sample .eps figure").
3.24 - copyright("(C) 2003-2008 LEMON Project").
3.25 + copyright("(C) 2003-2009 LEMON Project").
3.26 absoluteNodeSizes().absoluteArcWidths().
3.27 nodeScale(2).nodeSizes(sizes).
3.28 nodeShapes(shapes).
3.29 @@ -105,7 +105,7 @@
3.30 cout << "Create 'graph_to_eps_demo_out_3_arr.eps'" << endl;
3.31 graphToEps(g,"graph_to_eps_demo_out_3_arr.eps").
3.32 title("Sample .eps figure (with arrowheads)").
3.33 - copyright("(C) 2003-2008 LEMON Project").
3.34 + copyright("(C) 2003-2009 LEMON Project").
3.35 absoluteNodeSizes().absoluteArcWidths().
3.36 nodeColors(composeMap(palette,colors)).
3.37 coords(coords).
3.38 @@ -132,7 +132,7 @@
3.39 cout << "Create 'graph_to_eps_demo_out_4_par.eps'" << endl;
3.40 graphToEps(g,"graph_to_eps_demo_out_4_par.eps").
3.41 title("Sample .eps figure (parallel arcs)").
3.42 - copyright("(C) 2003-2008 LEMON Project").
3.43 + copyright("(C) 2003-2009 LEMON Project").
3.44 absoluteNodeSizes().absoluteArcWidths().
3.45 nodeShapes(shapes).
3.46 coords(coords).
3.47 @@ -147,7 +147,7 @@
3.48 cout << "Create 'graph_to_eps_demo_out_5_par_arr.eps'" << endl;
3.49 graphToEps(g,"graph_to_eps_demo_out_5_par_arr.eps").
3.50 title("Sample .eps figure (parallel arcs and arrowheads)").
3.51 - copyright("(C) 2003-2008 LEMON Project").
3.52 + copyright("(C) 2003-2009 LEMON Project").
3.53 absoluteNodeSizes().absoluteArcWidths().
3.54 nodeScale(2).nodeSizes(sizes).
3.55 coords(coords).
3.56 @@ -163,7 +163,7 @@
3.57 cout << "Create 'graph_to_eps_demo_out_6_par_arr_a4.eps'" << endl;
3.58 graphToEps(g,"graph_to_eps_demo_out_6_par_arr_a4.eps").
3.59 title("Sample .eps figure (fits to A4)").
3.60 - copyright("(C) 2003-2008 LEMON Project").
3.61 + copyright("(C) 2003-2009 LEMON Project").
3.62 scaleToA4().
3.63 absoluteNodeSizes().absoluteArcWidths().
3.64 nodeScale(2).nodeSizes(sizes).
3.65 @@ -193,7 +193,7 @@
3.66 graphToEps(h,"graph_to_eps_demo_out_7_colors.eps").
3.67 scale(60).
3.68 title("Sample .eps figure (Palette demo)").
3.69 - copyright("(C) 2003-2008 LEMON Project").
3.70 + copyright("(C) 2003-2009 LEMON Project").
3.71 coords(hcoords).
3.72 absoluteNodeSizes().absoluteArcWidths().
3.73 nodeScale(.45).
4.1 --- a/demo/lgf_demo.cc Sun Dec 21 20:47:15 2008 +0100
4.2 +++ b/demo/lgf_demo.cc Thu Jan 01 00:00:00 2009 +0100
4.3 @@ -2,7 +2,7 @@
4.4 *
4.5 * This file is a part of LEMON, a generic C++ optimization library.
4.6 *
4.7 - * Copyright (C) 2003-2008
4.8 + * Copyright (C) 2003-2009
4.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
4.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
4.11 *
5.1 --- a/doc/coding_style.dox Sun Dec 21 20:47:15 2008 +0100
5.2 +++ b/doc/coding_style.dox Thu Jan 01 00:00:00 2009 +0100
5.3 @@ -2,7 +2,7 @@
5.4 *
5.5 * This file is a part of LEMON, a generic C++ optimization library.
5.6 *
5.7 - * Copyright (C) 2003-2008
5.8 + * Copyright (C) 2003-2009
5.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
5.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
5.11 *
6.1 --- a/doc/dirs.dox Sun Dec 21 20:47:15 2008 +0100
6.2 +++ b/doc/dirs.dox Thu Jan 01 00:00:00 2009 +0100
6.3 @@ -2,7 +2,7 @@
6.4 *
6.5 * This file is a part of LEMON, a generic C++ optimization library.
6.6 *
6.7 - * Copyright (C) 2003-2008
6.8 + * Copyright (C) 2003-2009
6.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
6.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
6.11 *
6.12 @@ -71,7 +71,7 @@
6.13 \dir bits
6.14 \brief Auxiliary tools for implementation.
6.15
6.16 -This directory contains some auxiliary classes for implementing graphs,
6.17 +This directory contains some auxiliary classes for implementing graphs,
6.18 maps and some other classes.
6.19 As a user you typically don't have to deal with these files.
6.20 */
7.1 --- a/doc/groups.dox Sun Dec 21 20:47:15 2008 +0100
7.2 +++ b/doc/groups.dox Thu Jan 01 00:00:00 2009 +0100
7.3 @@ -2,7 +2,7 @@
7.4 *
7.5 * This file is a part of LEMON, a generic C++ optimization library.
7.6 *
7.7 - * Copyright (C) 2003-2008
7.8 + * Copyright (C) 2003-2009
7.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
7.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
7.11 *
8.1 --- a/doc/lgf.dox Sun Dec 21 20:47:15 2008 +0100
8.2 +++ b/doc/lgf.dox Thu Jan 01 00:00:00 2009 +0100
8.3 @@ -2,7 +2,7 @@
8.4 *
8.5 * This file is a part of LEMON, a generic C++ optimization library.
8.6 *
8.7 - * Copyright (C) 2003-2008
8.8 + * Copyright (C) 2003-2009
8.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
8.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
8.11 *
9.1 --- a/doc/license.dox Sun Dec 21 20:47:15 2008 +0100
9.2 +++ b/doc/license.dox Thu Jan 01 00:00:00 2009 +0100
9.3 @@ -2,7 +2,7 @@
9.4 *
9.5 * This file is a part of LEMON, a generic C++ optimization library.
9.6 *
9.7 - * Copyright (C) 2003-2008
9.8 + * Copyright (C) 2003-2009
9.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
9.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
9.11 *
10.1 --- a/doc/mainpage.dox Sun Dec 21 20:47:15 2008 +0100
10.2 +++ b/doc/mainpage.dox Thu Jan 01 00:00:00 2009 +0100
10.3 @@ -2,7 +2,7 @@
10.4 *
10.5 * This file is a part of LEMON, a generic C++ optimization library.
10.6 *
10.7 - * Copyright (C) 2003-2008
10.8 + * Copyright (C) 2003-2009
10.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
10.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
10.11 *
11.1 --- a/doc/migration.dox Sun Dec 21 20:47:15 2008 +0100
11.2 +++ b/doc/migration.dox Thu Jan 01 00:00:00 2009 +0100
11.3 @@ -2,7 +2,7 @@
11.4 *
11.5 * This file is a part of LEMON, a generic C++ optimization library.
11.6 *
11.7 - * Copyright (C) 2003-2008
11.8 + * Copyright (C) 2003-2009
11.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
11.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
11.11 *
12.1 --- a/doc/named-param.dox Sun Dec 21 20:47:15 2008 +0100
12.2 +++ b/doc/named-param.dox Thu Jan 01 00:00:00 2009 +0100
12.3 @@ -2,7 +2,7 @@
12.4 *
12.5 * This file is a part of LEMON, a generic C++ optimization library.
12.6 *
12.7 - * Copyright (C) 2003-2008
12.8 + * Copyright (C) 2003-2009
12.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
12.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
12.11 *
13.1 --- a/doc/namespaces.dox Sun Dec 21 20:47:15 2008 +0100
13.2 +++ b/doc/namespaces.dox Thu Jan 01 00:00:00 2009 +0100
13.3 @@ -2,7 +2,7 @@
13.4 *
13.5 * This file is a part of LEMON, a generic C++ optimization library.
13.6 *
13.7 - * Copyright (C) 2003-2008
13.8 + * Copyright (C) 2003-2009
13.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
13.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
13.11 *
14.1 --- a/doc/template.h Sun Dec 21 20:47:15 2008 +0100
14.2 +++ b/doc/template.h Thu Jan 01 00:00:00 2009 +0100
14.3 @@ -2,7 +2,7 @@
14.4 *
14.5 * This file is a part of LEMON, a generic C++ optimization library.
14.6 *
14.7 - * Copyright (C) 2003-2008
14.8 + * Copyright (C) 2003-2009
14.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
14.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
14.11 *
15.1 --- a/lemon/Makefile.am Sun Dec 21 20:47:15 2008 +0100
15.2 +++ b/lemon/Makefile.am Thu Jan 01 00:00:00 2009 +0100
15.3 @@ -7,34 +7,34 @@
15.4 lib_LTLIBRARIES += lemon/libemon.la
15.5
15.6 lemon_libemon_la_SOURCES = \
15.7 - lemon/arg_parser.cc \
15.8 - lemon/base.cc \
15.9 - lemon/color.cc \
15.10 - lemon/random.cc
15.11 + lemon/arg_parser.cc \
15.12 + lemon/base.cc \
15.13 + lemon/color.cc \
15.14 + lemon/random.cc
15.15
15.16 #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) $(AM_CXXFLAGS)
15.17 #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
15.18
15.19 lemon_HEADERS += \
15.20 lemon/adaptors.h \
15.21 - lemon/arg_parser.h \
15.22 + lemon/arg_parser.h \
15.23 lemon/assert.h \
15.24 - lemon/bfs.h \
15.25 - lemon/bin_heap.h \
15.26 - lemon/circulation.h \
15.27 - lemon/color.h \
15.28 + lemon/bfs.h \
15.29 + lemon/bin_heap.h \
15.30 + lemon/circulation.h \
15.31 + lemon/color.h \
15.32 lemon/concept_check.h \
15.33 - lemon/counter.h \
15.34 + lemon/counter.h \
15.35 lemon/core.h \
15.36 - lemon/dfs.h \
15.37 - lemon/dijkstra.h \
15.38 - lemon/dim2.h \
15.39 - lemon/dimacs.h \
15.40 + lemon/dfs.h \
15.41 + lemon/dijkstra.h \
15.42 + lemon/dim2.h \
15.43 + lemon/dimacs.h \
15.44 lemon/elevator.h \
15.45 lemon/error.h \
15.46 lemon/full_graph.h \
15.47 - lemon/graph_to_eps.h \
15.48 - lemon/grid_graph.h \
15.49 + lemon/graph_to_eps.h \
15.50 + lemon/grid_graph.h \
15.51 lemon/hypercube_graph.h \
15.52 lemon/kruskal.h \
15.53 lemon/hao_orlin.h \
15.54 @@ -47,20 +47,20 @@
15.55 lemon/nauty_reader.h \
15.56 lemon/path.h \
15.57 lemon/preflow.h \
15.58 - lemon/random.h \
15.59 + lemon/random.h \
15.60 lemon/smart_graph.h \
15.61 lemon/suurballe.h \
15.62 - lemon/time_measure.h \
15.63 - lemon/tolerance.h \
15.64 + lemon/time_measure.h \
15.65 + lemon/tolerance.h \
15.66 lemon/unionfind.h
15.67
15.68 bits_HEADERS += \
15.69 lemon/bits/alteration_notifier.h \
15.70 lemon/bits/array_map.h \
15.71 lemon/bits/base_extender.h \
15.72 - lemon/bits/bezier.h \
15.73 + lemon/bits/bezier.h \
15.74 lemon/bits/default_map.h \
15.75 - lemon/bits/enable_if.h \
15.76 + lemon/bits/enable_if.h \
15.77 lemon/bits/graph_adaptor_extender.h \
15.78 lemon/bits/graph_extender.h \
15.79 lemon/bits/map_extender.h \
16.1 --- a/lemon/adaptors.h Sun Dec 21 20:47:15 2008 +0100
16.2 +++ b/lemon/adaptors.h Thu Jan 01 00:00:00 2009 +0100
16.3 @@ -2,7 +2,7 @@
16.4 *
16.5 * This file is a part of LEMON, a generic C++ optimization library.
16.6 *
16.7 - * Copyright (C) 2003-2008
16.8 + * Copyright (C) 2003-2009
16.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
16.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
16.11 *
17.1 --- a/lemon/arg_parser.cc Sun Dec 21 20:47:15 2008 +0100
17.2 +++ b/lemon/arg_parser.cc Thu Jan 01 00:00:00 2009 +0100
17.3 @@ -2,7 +2,7 @@
17.4 *
17.5 * This file is a part of LEMON, a generic C++ optimization library.
17.6 *
17.7 - * Copyright (C) 2003-2008
17.8 + * Copyright (C) 2003-2009
17.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
17.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
17.11 *
18.1 --- a/lemon/arg_parser.h Sun Dec 21 20:47:15 2008 +0100
18.2 +++ b/lemon/arg_parser.h Thu Jan 01 00:00:00 2009 +0100
18.3 @@ -2,7 +2,7 @@
18.4 *
18.5 * This file is a part of LEMON, a generic C++ optimization library.
18.6 *
18.7 - * Copyright (C) 2003-2008
18.8 + * Copyright (C) 2003-2009
18.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
18.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
18.11 *
19.1 --- a/lemon/assert.h Sun Dec 21 20:47:15 2008 +0100
19.2 +++ b/lemon/assert.h Thu Jan 01 00:00:00 2009 +0100
19.3 @@ -2,7 +2,7 @@
19.4 *
19.5 * This file is a part of LEMON, a generic C++ optimization library.
19.6 *
19.7 - * Copyright (C) 2003-2008
19.8 + * Copyright (C) 2003-2009
19.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
19.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
19.11 *
20.1 --- a/lemon/base.cc Sun Dec 21 20:47:15 2008 +0100
20.2 +++ b/lemon/base.cc Thu Jan 01 00:00:00 2009 +0100
20.3 @@ -2,7 +2,7 @@
20.4 *
20.5 * This file is a part of LEMON, a generic C++ optimization library.
20.6 *
20.7 - * Copyright (C) 2003-2008
20.8 + * Copyright (C) 2003-2009
20.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
20.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
20.11 *
21.1 --- a/lemon/bfs.h Sun Dec 21 20:47:15 2008 +0100
21.2 +++ b/lemon/bfs.h Thu Jan 01 00:00:00 2009 +0100
21.3 @@ -2,7 +2,7 @@
21.4 *
21.5 * This file is a part of LEMON, a generic C++ optimization library.
21.6 *
21.7 - * Copyright (C) 2003-2008
21.8 + * Copyright (C) 2003-2009
21.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
21.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
21.11 *
22.1 --- a/lemon/bin_heap.h Sun Dec 21 20:47:15 2008 +0100
22.2 +++ b/lemon/bin_heap.h Thu Jan 01 00:00:00 2009 +0100
22.3 @@ -2,7 +2,7 @@
22.4 *
22.5 * This file is a part of LEMON, a generic C++ optimization library.
22.6 *
22.7 - * Copyright (C) 2003-2008
22.8 + * Copyright (C) 2003-2009
22.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
22.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
22.11 *
23.1 --- a/lemon/bits/alteration_notifier.h Sun Dec 21 20:47:15 2008 +0100
23.2 +++ b/lemon/bits/alteration_notifier.h Thu Jan 01 00:00:00 2009 +0100
23.3 @@ -2,7 +2,7 @@
23.4 *
23.5 * This file is a part of LEMON, a generic C++ optimization library.
23.6 *
23.7 - * Copyright (C) 2003-2008
23.8 + * Copyright (C) 2003-2009
23.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
23.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
23.11 *
24.1 --- a/lemon/bits/array_map.h Sun Dec 21 20:47:15 2008 +0100
24.2 +++ b/lemon/bits/array_map.h Thu Jan 01 00:00:00 2009 +0100
24.3 @@ -2,7 +2,7 @@
24.4 *
24.5 * This file is a part of LEMON, a generic C++ optimization library.
24.6 *
24.7 - * Copyright (C) 2003-2008
24.8 + * Copyright (C) 2003-2009
24.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
24.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
24.11 *
25.1 --- a/lemon/bits/base_extender.h Sun Dec 21 20:47:15 2008 +0100
25.2 +++ b/lemon/bits/base_extender.h Thu Jan 01 00:00:00 2009 +0100
25.3 @@ -2,7 +2,7 @@
25.4 *
25.5 * This file is a part of LEMON, a generic C++ optimization library.
25.6 *
25.7 - * Copyright (C) 2003-2008
25.8 + * Copyright (C) 2003-2009
25.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
25.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
25.11 *
26.1 --- a/lemon/bits/bezier.h Sun Dec 21 20:47:15 2008 +0100
26.2 +++ b/lemon/bits/bezier.h Thu Jan 01 00:00:00 2009 +0100
26.3 @@ -2,7 +2,7 @@
26.4 *
26.5 * This file is a part of LEMON, a generic C++ optimization library.
26.6 *
26.7 - * Copyright (C) 2003-2008
26.8 + * Copyright (C) 2003-2009
26.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
26.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
26.11 *
27.1 --- a/lemon/bits/default_map.h Sun Dec 21 20:47:15 2008 +0100
27.2 +++ b/lemon/bits/default_map.h Thu Jan 01 00:00:00 2009 +0100
27.3 @@ -2,7 +2,7 @@
27.4 *
27.5 * This file is a part of LEMON, a generic C++ optimization library.
27.6 *
27.7 - * Copyright (C) 2003-2008
27.8 + * Copyright (C) 2003-2009
27.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
27.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
27.11 *
28.1 --- a/lemon/bits/enable_if.h Sun Dec 21 20:47:15 2008 +0100
28.2 +++ b/lemon/bits/enable_if.h Thu Jan 01 00:00:00 2009 +0100
28.3 @@ -2,7 +2,7 @@
28.4 *
28.5 * This file is a part of LEMON, a generic C++ optimization library.
28.6 *
28.7 - * Copyright (C) 2003-2008
28.8 + * Copyright (C) 2003-2009
28.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
28.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
28.11 *
29.1 --- a/lemon/bits/graph_adaptor_extender.h Sun Dec 21 20:47:15 2008 +0100
29.2 +++ b/lemon/bits/graph_adaptor_extender.h Thu Jan 01 00:00:00 2009 +0100
29.3 @@ -2,7 +2,7 @@
29.4 *
29.5 * This file is a part of LEMON, a generic C++ optimization library.
29.6 *
29.7 - * Copyright (C) 2003-2008
29.8 + * Copyright (C) 2003-2009
29.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
29.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
29.11 *
30.1 --- a/lemon/bits/graph_extender.h Sun Dec 21 20:47:15 2008 +0100
30.2 +++ b/lemon/bits/graph_extender.h Thu Jan 01 00:00:00 2009 +0100
30.3 @@ -2,7 +2,7 @@
30.4 *
30.5 * This file is a part of LEMON, a generic C++ optimization library.
30.6 *
30.7 - * Copyright (C) 2003-2008
30.8 + * Copyright (C) 2003-2009
30.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
30.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
30.11 *
31.1 --- a/lemon/bits/map_extender.h Sun Dec 21 20:47:15 2008 +0100
31.2 +++ b/lemon/bits/map_extender.h Thu Jan 01 00:00:00 2009 +0100
31.3 @@ -2,7 +2,7 @@
31.4 *
31.5 * This file is a part of LEMON, a generic C++ optimization library.
31.6 *
31.7 - * Copyright (C) 2003-2008
31.8 + * Copyright (C) 2003-2009
31.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
31.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
31.11 *
32.1 --- a/lemon/bits/path_dump.h Sun Dec 21 20:47:15 2008 +0100
32.2 +++ b/lemon/bits/path_dump.h Thu Jan 01 00:00:00 2009 +0100
32.3 @@ -2,7 +2,7 @@
32.4 *
32.5 * This file is a part of LEMON, a generic C++ optimization library.
32.6 *
32.7 - * Copyright (C) 2003-2008
32.8 + * Copyright (C) 2003-2009
32.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
32.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
32.11 *
33.1 --- a/lemon/bits/traits.h Sun Dec 21 20:47:15 2008 +0100
33.2 +++ b/lemon/bits/traits.h Thu Jan 01 00:00:00 2009 +0100
33.3 @@ -2,7 +2,7 @@
33.4 *
33.5 * This file is a part of LEMON, a generic C++ optimization library.
33.6 *
33.7 - * Copyright (C) 2003-2008
33.8 + * Copyright (C) 2003-2009
33.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
33.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
33.11 *
34.1 --- a/lemon/bits/variant.h Sun Dec 21 20:47:15 2008 +0100
34.2 +++ b/lemon/bits/variant.h Thu Jan 01 00:00:00 2009 +0100
34.3 @@ -2,7 +2,7 @@
34.4 *
34.5 * This file is a part of LEMON, a generic C++ optimization library.
34.6 *
34.7 - * Copyright (C) 2003-2008
34.8 + * Copyright (C) 2003-2009
34.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
34.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
34.11 *
35.1 --- a/lemon/bits/vector_map.h Sun Dec 21 20:47:15 2008 +0100
35.2 +++ b/lemon/bits/vector_map.h Thu Jan 01 00:00:00 2009 +0100
35.3 @@ -2,7 +2,7 @@
35.4 *
35.5 * This file is a part of LEMON, a generic C++ optimization library.
35.6 *
35.7 - * Copyright (C) 2003-2008
35.8 + * Copyright (C) 2003-2009
35.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
35.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
35.11 *
36.1 --- a/lemon/circulation.h Sun Dec 21 20:47:15 2008 +0100
36.2 +++ b/lemon/circulation.h Thu Jan 01 00:00:00 2009 +0100
36.3 @@ -2,7 +2,7 @@
36.4 *
36.5 * This file is a part of LEMON, a generic C++ optimization library.
36.6 *
36.7 - * Copyright (C) 2003-2008
36.8 + * Copyright (C) 2003-2009
36.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
36.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
36.11 *
37.1 --- a/lemon/color.cc Sun Dec 21 20:47:15 2008 +0100
37.2 +++ b/lemon/color.cc Thu Jan 01 00:00:00 2009 +0100
37.3 @@ -2,7 +2,7 @@
37.4 *
37.5 * This file is a part of LEMON, a generic C++ optimization library.
37.6 *
37.7 - * Copyright (C) 2003-2008
37.8 + * Copyright (C) 2003-2009
37.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
37.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
37.11 *
38.1 --- a/lemon/color.h Sun Dec 21 20:47:15 2008 +0100
38.2 +++ b/lemon/color.h Thu Jan 01 00:00:00 2009 +0100
38.3 @@ -2,7 +2,7 @@
38.4 *
38.5 * This file is a part of LEMON, a generic C++ optimization library.
38.6 *
38.7 - * Copyright (C) 2003-2008
38.8 + * Copyright (C) 2003-2009
38.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
38.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
38.11 *
39.1 --- a/lemon/concept_check.h Sun Dec 21 20:47:15 2008 +0100
39.2 +++ b/lemon/concept_check.h Thu Jan 01 00:00:00 2009 +0100
39.3 @@ -2,7 +2,7 @@
39.4 *
39.5 * This file is a part of LEMON, a generic C++ optimization library.
39.6 *
39.7 - * Copyright (C) 2003-2008
39.8 + * Copyright (C) 2003-2009
39.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
39.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
39.11 *
40.1 --- a/lemon/concepts/digraph.h Sun Dec 21 20:47:15 2008 +0100
40.2 +++ b/lemon/concepts/digraph.h Thu Jan 01 00:00:00 2009 +0100
40.3 @@ -2,7 +2,7 @@
40.4 *
40.5 * This file is a part of LEMON, a generic C++ optimization library.
40.6 *
40.7 - * Copyright (C) 2003-2008
40.8 + * Copyright (C) 2003-2009
40.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
40.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
40.11 *
41.1 --- a/lemon/concepts/graph.h Sun Dec 21 20:47:15 2008 +0100
41.2 +++ b/lemon/concepts/graph.h Thu Jan 01 00:00:00 2009 +0100
41.3 @@ -2,7 +2,7 @@
41.4 *
41.5 * This file is a part of LEMON, a generic C++ optimization library.
41.6 *
41.7 - * Copyright (C) 2003-2008
41.8 + * Copyright (C) 2003-2009
41.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
41.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
41.11 *
42.1 --- a/lemon/concepts/graph_components.h Sun Dec 21 20:47:15 2008 +0100
42.2 +++ b/lemon/concepts/graph_components.h Thu Jan 01 00:00:00 2009 +0100
42.3 @@ -2,7 +2,7 @@
42.4 *
42.5 * This file is a part of LEMON, a generic C++ optimization library.
42.6 *
42.7 - * Copyright (C) 2003-2008
42.8 + * Copyright (C) 2003-2009
42.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
42.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
42.11 *
43.1 --- a/lemon/concepts/heap.h Sun Dec 21 20:47:15 2008 +0100
43.2 +++ b/lemon/concepts/heap.h Thu Jan 01 00:00:00 2009 +0100
43.3 @@ -2,7 +2,7 @@
43.4 *
43.5 * This file is a part of LEMON, a generic C++ optimization library.
43.6 *
43.7 - * Copyright (C) 2003-2008
43.8 + * Copyright (C) 2003-2009
43.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
43.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
43.11 *
44.1 --- a/lemon/concepts/maps.h Sun Dec 21 20:47:15 2008 +0100
44.2 +++ b/lemon/concepts/maps.h Thu Jan 01 00:00:00 2009 +0100
44.3 @@ -2,7 +2,7 @@
44.4 *
44.5 * This file is a part of LEMON, a generic C++ optimization library.
44.6 *
44.7 - * Copyright (C) 2003-2008
44.8 + * Copyright (C) 2003-2009
44.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
44.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
44.11 *
45.1 --- a/lemon/concepts/path.h Sun Dec 21 20:47:15 2008 +0100
45.2 +++ b/lemon/concepts/path.h Thu Jan 01 00:00:00 2009 +0100
45.3 @@ -2,7 +2,7 @@
45.4 *
45.5 * This file is a part of LEMON, a generic C++ optimization library.
45.6 *
45.7 - * Copyright (C) 2003-2008
45.8 + * Copyright (C) 2003-2009
45.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
45.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
45.11 *
46.1 --- a/lemon/connectivity.h Sun Dec 21 20:47:15 2008 +0100
46.2 +++ b/lemon/connectivity.h Thu Jan 01 00:00:00 2009 +0100
46.3 @@ -2,7 +2,7 @@
46.4 *
46.5 * This file is a part of LEMON, a generic C++ optimization library.
46.6 *
46.7 - * Copyright (C) 2003-2008
46.8 + * Copyright (C) 2003-2009
46.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
46.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
46.11 *
47.1 --- a/lemon/core.h Sun Dec 21 20:47:15 2008 +0100
47.2 +++ b/lemon/core.h Thu Jan 01 00:00:00 2009 +0100
47.3 @@ -2,7 +2,7 @@
47.4 *
47.5 * This file is a part of LEMON, a generic C++ optimization library.
47.6 *
47.7 - * Copyright (C) 2003-2008
47.8 + * Copyright (C) 2003-2009
47.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
47.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
47.11 *
48.1 --- a/lemon/counter.h Sun Dec 21 20:47:15 2008 +0100
48.2 +++ b/lemon/counter.h Thu Jan 01 00:00:00 2009 +0100
48.3 @@ -2,7 +2,7 @@
48.4 *
48.5 * This file is a part of LEMON, a generic C++ optimization library.
48.6 *
48.7 - * Copyright (C) 2003-2008
48.8 + * Copyright (C) 2003-2009
48.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
48.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
48.11 *
49.1 --- a/lemon/dfs.h Sun Dec 21 20:47:15 2008 +0100
49.2 +++ b/lemon/dfs.h Thu Jan 01 00:00:00 2009 +0100
49.3 @@ -2,7 +2,7 @@
49.4 *
49.5 * This file is a part of LEMON, a generic C++ optimization library.
49.6 *
49.7 - * Copyright (C) 2003-2008
49.8 + * Copyright (C) 2003-2009
49.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
49.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
49.11 *
50.1 --- a/lemon/dijkstra.h Sun Dec 21 20:47:15 2008 +0100
50.2 +++ b/lemon/dijkstra.h Thu Jan 01 00:00:00 2009 +0100
50.3 @@ -2,7 +2,7 @@
50.4 *
50.5 * This file is a part of LEMON, a generic C++ optimization library.
50.6 *
50.7 - * Copyright (C) 2003-2008
50.8 + * Copyright (C) 2003-2009
50.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
50.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
50.11 *
51.1 --- a/lemon/dim2.h Sun Dec 21 20:47:15 2008 +0100
51.2 +++ b/lemon/dim2.h Thu Jan 01 00:00:00 2009 +0100
51.3 @@ -2,7 +2,7 @@
51.4 *
51.5 * This file is a part of LEMON, a generic C++ optimization library.
51.6 *
51.7 - * Copyright (C) 2003-2008
51.8 + * Copyright (C) 2003-2009
51.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
51.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
51.11 *
52.1 --- a/lemon/dimacs.h Sun Dec 21 20:47:15 2008 +0100
52.2 +++ b/lemon/dimacs.h Thu Jan 01 00:00:00 2009 +0100
52.3 @@ -2,7 +2,7 @@
52.4 *
52.5 * This file is a part of LEMON, a generic C++ optimization library.
52.6 *
52.7 - * Copyright (C) 2003-2008
52.8 + * Copyright (C) 2003-2009
52.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
52.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
52.11 *
52.12 @@ -334,7 +334,7 @@
52.13 typedef typename Digraph::NodeIt NodeIt;
52.14 typedef typename Digraph::ArcIt ArcIt;
52.15
52.16 - if(!comment.empty())
52.17 + if(!comment.empty())
52.18 os << "c " << comment << std::endl;
52.19 os << "p mat " << g.nodeNum() << " " << g.arcNum() << std::endl;
52.20
53.1 --- a/lemon/elevator.h Sun Dec 21 20:47:15 2008 +0100
53.2 +++ b/lemon/elevator.h Thu Jan 01 00:00:00 2009 +0100
53.3 @@ -2,7 +2,7 @@
53.4 *
53.5 * This file is a part of LEMON, a generic C++ optimization library.
53.6 *
53.7 - * Copyright (C) 2003-2008
53.8 + * Copyright (C) 2003-2009
53.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
53.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
53.11 *
54.1 --- a/lemon/error.h Sun Dec 21 20:47:15 2008 +0100
54.2 +++ b/lemon/error.h Thu Jan 01 00:00:00 2009 +0100
54.3 @@ -2,7 +2,7 @@
54.4 *
54.5 * This file is a part of LEMON, a generic C++ optimization library.
54.6 *
54.7 - * Copyright (C) 2003-2008
54.8 + * Copyright (C) 2003-2009
54.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
54.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
54.11 *
55.1 --- a/lemon/full_graph.h Sun Dec 21 20:47:15 2008 +0100
55.2 +++ b/lemon/full_graph.h Thu Jan 01 00:00:00 2009 +0100
55.3 @@ -2,7 +2,7 @@
55.4 *
55.5 * This file is a part of LEMON, a generic C++ optimization library.
55.6 *
55.7 - * Copyright (C) 2003-2008
55.8 + * Copyright (C) 2003-2009
55.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
55.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
55.11 *
56.1 --- a/lemon/graph_to_eps.h Sun Dec 21 20:47:15 2008 +0100
56.2 +++ b/lemon/graph_to_eps.h Thu Jan 01 00:00:00 2009 +0100
56.3 @@ -2,7 +2,7 @@
56.4 *
56.5 * This file is a part of LEMON, a generic C++ optimization library.
56.6 *
56.7 - * Copyright (C) 2003-2008
56.8 + * Copyright (C) 2003-2009
56.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
56.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
56.11 *
57.1 --- a/lemon/grid_graph.h Sun Dec 21 20:47:15 2008 +0100
57.2 +++ b/lemon/grid_graph.h Thu Jan 01 00:00:00 2009 +0100
57.3 @@ -2,7 +2,7 @@
57.4 *
57.5 * This file is a part of LEMON, a generic C++ optimization library.
57.6 *
57.7 - * Copyright (C) 2003-2008
57.8 + * Copyright (C) 2003-2009
57.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
57.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
57.11 *
58.1 --- a/lemon/hao_orlin.h Sun Dec 21 20:47:15 2008 +0100
58.2 +++ b/lemon/hao_orlin.h Thu Jan 01 00:00:00 2009 +0100
58.3 @@ -2,7 +2,7 @@
58.4 *
58.5 * This file is a part of LEMON, a generic C++ optimization library.
58.6 *
58.7 - * Copyright (C) 2003-2008
58.8 + * Copyright (C) 2003-2009
58.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
58.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
58.11 *
58.12 @@ -238,7 +238,7 @@
58.13 for (NodeIt t(_graph); t != INVALID; ++t) {
58.14 if (reached[t]) continue;
58.15 _sets.push_front(std::list<int>());
58.16 -
58.17 +
58.18 queue[qlast++] = t;
58.19 reached.set(t, true);
58.20
58.21 @@ -538,7 +538,7 @@
58.22 for (NodeIt t(_graph); t != INVALID; ++t) {
58.23 if (reached[t]) continue;
58.24 _sets.push_front(std::list<int>());
58.25 -
58.26 +
58.27 queue[qlast++] = t;
58.28 reached.set(t, true);
58.29
59.1 --- a/lemon/hypercube_graph.h Sun Dec 21 20:47:15 2008 +0100
59.2 +++ b/lemon/hypercube_graph.h Thu Jan 01 00:00:00 2009 +0100
59.3 @@ -2,7 +2,7 @@
59.4 *
59.5 * This file is a part of LEMON, a generic C++ optimization library.
59.6 *
59.7 - * Copyright (C) 2003-2008
59.8 + * Copyright (C) 2003-2009
59.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
59.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
59.11 *
60.1 --- a/lemon/kruskal.h Sun Dec 21 20:47:15 2008 +0100
60.2 +++ b/lemon/kruskal.h Thu Jan 01 00:00:00 2009 +0100
60.3 @@ -2,7 +2,7 @@
60.4 *
60.5 * This file is a part of LEMON, a generic C++ optimization library.
60.6 *
60.7 - * Copyright (C) 2003-2008
60.8 + * Copyright (C) 2003-2009
60.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
60.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
60.11 *
61.1 --- a/lemon/lgf_reader.h Sun Dec 21 20:47:15 2008 +0100
61.2 +++ b/lemon/lgf_reader.h Thu Jan 01 00:00:00 2009 +0100
61.3 @@ -2,7 +2,7 @@
61.4 *
61.5 * This file is a part of LEMON, a generic C++ optimization library.
61.6 *
61.7 - * Copyright (C) 2003-2008
61.8 + * Copyright (C) 2003-2009
61.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
61.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
61.11 *
62.1 --- a/lemon/lgf_writer.h Sun Dec 21 20:47:15 2008 +0100
62.2 +++ b/lemon/lgf_writer.h Thu Jan 01 00:00:00 2009 +0100
62.3 @@ -2,7 +2,7 @@
62.4 *
62.5 * This file is a part of LEMON, a generic C++ optimization library.
62.6 *
62.7 - * Copyright (C) 2003-2008
62.8 + * Copyright (C) 2003-2009
62.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
62.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
62.11 *
63.1 --- a/lemon/list_graph.h Sun Dec 21 20:47:15 2008 +0100
63.2 +++ b/lemon/list_graph.h Thu Jan 01 00:00:00 2009 +0100
63.3 @@ -2,7 +2,7 @@
63.4 *
63.5 * This file is a part of LEMON, a generic C++ optimization library.
63.6 *
63.7 - * Copyright (C) 2003-2008
63.8 + * Copyright (C) 2003-2009
63.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
63.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
63.11 *
64.1 --- a/lemon/maps.h Sun Dec 21 20:47:15 2008 +0100
64.2 +++ b/lemon/maps.h Thu Jan 01 00:00:00 2009 +0100
64.3 @@ -2,7 +2,7 @@
64.4 *
64.5 * This file is a part of LEMON, a generic C++ optimization library.
64.6 *
64.7 - * Copyright (C) 2003-2008
64.8 + * Copyright (C) 2003-2009
64.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
64.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
64.11 *
65.1 --- a/lemon/math.h Sun Dec 21 20:47:15 2008 +0100
65.2 +++ b/lemon/math.h Thu Jan 01 00:00:00 2009 +0100
65.3 @@ -2,7 +2,7 @@
65.4 *
65.5 * This file is a part of LEMON, a generic C++ optimization library.
65.6 *
65.7 - * Copyright (C) 2003-2008
65.8 + * Copyright (C) 2003-2009
65.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
65.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
65.11 *
66.1 --- a/lemon/max_matching.h Sun Dec 21 20:47:15 2008 +0100
66.2 +++ b/lemon/max_matching.h Thu Jan 01 00:00:00 2009 +0100
66.3 @@ -2,7 +2,7 @@
66.4 *
66.5 * This file is a part of LEMON, a generic C++ optimization library.
66.6 *
66.7 - * Copyright (C) 2003-2008
66.8 + * Copyright (C) 2003-2009
66.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
66.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
66.11 *
67.1 --- a/lemon/nauty_reader.h Sun Dec 21 20:47:15 2008 +0100
67.2 +++ b/lemon/nauty_reader.h Thu Jan 01 00:00:00 2009 +0100
67.3 @@ -2,7 +2,7 @@
67.4 *
67.5 * This file is a part of LEMON, a generic C++ optimization library.
67.6 *
67.7 - * Copyright (C) 2003-2008
67.8 + * Copyright (C) 2003-2009
67.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
67.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
67.11 *
68.1 --- a/lemon/path.h Sun Dec 21 20:47:15 2008 +0100
68.2 +++ b/lemon/path.h Thu Jan 01 00:00:00 2009 +0100
68.3 @@ -2,7 +2,7 @@
68.4 *
68.5 * This file is a part of LEMON, a generic C++ optimization library.
68.6 *
68.7 - * Copyright (C) 2003-2008
68.8 + * Copyright (C) 2003-2009
68.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
68.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
68.11 *
69.1 --- a/lemon/preflow.h Sun Dec 21 20:47:15 2008 +0100
69.2 +++ b/lemon/preflow.h Thu Jan 01 00:00:00 2009 +0100
69.3 @@ -2,7 +2,7 @@
69.4 *
69.5 * This file is a part of LEMON, a generic C++ optimization library.
69.6 *
69.7 - * Copyright (C) 2003-2008
69.8 + * Copyright (C) 2003-2009
69.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
69.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
69.11 *
70.1 --- a/lemon/random.cc Sun Dec 21 20:47:15 2008 +0100
70.2 +++ b/lemon/random.cc Thu Jan 01 00:00:00 2009 +0100
70.3 @@ -2,7 +2,7 @@
70.4 *
70.5 * This file is a part of LEMON, a generic C++ optimization library.
70.6 *
70.7 - * Copyright (C) 2003-2008
70.8 + * Copyright (C) 2003-2009
70.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
70.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
70.11 *
71.1 --- a/lemon/random.h Sun Dec 21 20:47:15 2008 +0100
71.2 +++ b/lemon/random.h Thu Jan 01 00:00:00 2009 +0100
71.3 @@ -2,7 +2,7 @@
71.4 *
71.5 * This file is a part of LEMON, a generic C++ optimization library.
71.6 *
71.7 - * Copyright (C) 2003-2008
71.8 + * Copyright (C) 2003-2009
71.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
71.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
71.11 *
72.1 --- a/lemon/smart_graph.h Sun Dec 21 20:47:15 2008 +0100
72.2 +++ b/lemon/smart_graph.h Thu Jan 01 00:00:00 2009 +0100
72.3 @@ -2,7 +2,7 @@
72.4 *
72.5 * This file is a part of LEMON, a generic C++ optimization library.
72.6 *
72.7 - * Copyright (C) 2003-2008
72.8 + * Copyright (C) 2003-2009
72.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
72.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
72.11 *
73.1 --- a/lemon/suurballe.h Sun Dec 21 20:47:15 2008 +0100
73.2 +++ b/lemon/suurballe.h Thu Jan 01 00:00:00 2009 +0100
73.3 @@ -1,8 +1,8 @@
73.4 -/* -*- C++ -*-
73.5 +/* -*- mode: C++; indent-tabs-mode: nil; -*-
73.6 *
73.7 - * This file is a part of LEMON, a generic C++ optimization library
73.8 + * This file is a part of LEMON, a generic C++ optimization library.
73.9 *
73.10 - * Copyright (C) 2003-2008
73.11 + * Copyright (C) 2003-2009
73.12 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
73.13 * (Egervary Research Group on Combinatorial Optimization, EGRES).
73.14 *
73.15 @@ -76,7 +76,7 @@
73.16 typedef SimplePath<Digraph> Path;
73.17
73.18 private:
73.19 -
73.20 +
73.21 /// \brief Special implementation of the Dijkstra algorithm
73.22 /// for finding shortest paths in the residual network.
73.23 ///
73.24 @@ -106,7 +106,7 @@
73.25 PredMap &_pred;
73.26 // The processed (i.e. permanently labeled) nodes
73.27 std::vector<Node> _proc_nodes;
73.28 -
73.29 +
73.30 Node _s;
73.31 Node _t;
73.32
73.33 @@ -200,7 +200,7 @@
73.34 const Digraph &_graph;
73.35 // The length map
73.36 const LengthMap &_length;
73.37 -
73.38 +
73.39 // Arc map of the current flow
73.40 FlowMap *_flow;
73.41 bool _local_flow;
73.42 @@ -268,7 +268,7 @@
73.43 ///
73.44 /// This function sets the potential map.
73.45 ///
73.46 - /// The potentials provide the dual solution of the underlying
73.47 + /// The potentials provide the dual solution of the underlying
73.48 /// minimum cost flow problem.
73.49 ///
73.50 /// \return \c (*this)
73.51 @@ -330,7 +330,7 @@
73.52 for (ArcIt e(_graph); e != INVALID; ++e) (*_flow)[e] = 0;
73.53 for (NodeIt n(_graph); n != INVALID; ++n) (*_potential)[n] = 0;
73.54
73.55 - _dijkstra = new ResidualDijkstra( _graph, *_flow, _length,
73.56 + _dijkstra = new ResidualDijkstra( _graph, *_flow, _length,
73.57 *_potential, _pred,
73.58 _source, _target );
73.59 }
73.60 @@ -370,7 +370,7 @@
73.61 }
73.62 return _path_num;
73.63 }
73.64 -
73.65 +
73.66 /// \brief Compute the paths from the flow.
73.67 ///
73.68 /// This function computes the paths from the flow.
74.1 --- a/lemon/time_measure.h Sun Dec 21 20:47:15 2008 +0100
74.2 +++ b/lemon/time_measure.h Thu Jan 01 00:00:00 2009 +0100
74.3 @@ -2,7 +2,7 @@
74.4 *
74.5 * This file is a part of LEMON, a generic C++ optimization library.
74.6 *
74.7 - * Copyright (C) 2003-2008
74.8 + * Copyright (C) 2003-2009
74.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
74.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
74.11 *
75.1 --- a/lemon/tolerance.h Sun Dec 21 20:47:15 2008 +0100
75.2 +++ b/lemon/tolerance.h Thu Jan 01 00:00:00 2009 +0100
75.3 @@ -2,7 +2,7 @@
75.4 *
75.5 * This file is a part of LEMON, a generic C++ optimization library.
75.6 *
75.7 - * Copyright (C) 2003-2008
75.8 + * Copyright (C) 2003-2009
75.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
75.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
75.11 *
76.1 --- a/lemon/unionfind.h Sun Dec 21 20:47:15 2008 +0100
76.2 +++ b/lemon/unionfind.h Thu Jan 01 00:00:00 2009 +0100
76.3 @@ -2,7 +2,7 @@
76.4 *
76.5 * This file is a part of LEMON, a generic C++ optimization library.
76.6 *
76.7 - * Copyright (C) 2003-2008
76.8 + * Copyright (C) 2003-2009
76.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
76.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
76.11 *
76.12 @@ -1189,7 +1189,7 @@
76.13 int ld = nodes[nodes[jd].next].left;
76.14 popLeft(nodes[jd].next);
76.15 pushRight(jd, ld);
76.16 - if (less(ld, nodes[jd].left) ||
76.17 + if (less(ld, nodes[jd].left) ||
76.18 nodes[ld].item == nodes[pd].item) {
76.19 nodes[jd].item = nodes[ld].item;
76.20 nodes[jd].prio = nodes[ld].prio;
77.1 --- a/test/Makefile.am Sun Dec 21 20:47:15 2008 +0100
77.2 +++ b/test/Makefile.am Thu Jan 01 00:00:00 2009 +0100
77.3 @@ -3,16 +3,16 @@
77.4
77.5 noinst_HEADERS += \
77.6 test/graph_test.h \
77.7 - test/test_tools.h
77.8 + test/test_tools.h
77.9
77.10 check_PROGRAMS += \
77.11 test/bfs_test \
77.12 - test/circulation_test \
77.13 - test/counter_test \
77.14 + test/circulation_test \
77.15 + test/counter_test \
77.16 test/dfs_test \
77.17 test/digraph_test \
77.18 test/dijkstra_test \
77.19 - test/dim_test \
77.20 + test/dim_test \
77.21 test/error_test \
77.22 test/graph_adaptor_test \
77.23 test/graph_copy_test \
77.24 @@ -21,15 +21,15 @@
77.25 test/hao_orlin_test \
77.26 test/heap_test \
77.27 test/kruskal_test \
77.28 - test/maps_test \
77.29 + test/maps_test \
77.30 test/max_matching_test \
77.31 - test/path_test \
77.32 - test/preflow_test \
77.33 - test/random_test \
77.34 - test/suurballe_test \
77.35 - test/test_tools_fail \
77.36 - test/test_tools_pass \
77.37 - test/time_measure_test \
77.38 + test/path_test \
77.39 + test/preflow_test \
77.40 + test/random_test \
77.41 + test/suurballe_test \
77.42 + test/test_tools_fail \
77.43 + test/test_tools_pass \
77.44 + test/time_measure_test \
77.45 test/unionfind_test
77.46
77.47 TESTS += $(check_PROGRAMS)
78.1 --- a/test/bfs_test.cc Sun Dec 21 20:47:15 2008 +0100
78.2 +++ b/test/bfs_test.cc Thu Jan 01 00:00:00 2009 +0100
78.3 @@ -2,7 +2,7 @@
78.4 *
78.5 * This file is a part of LEMON, a generic C++ optimization library.
78.6 *
78.7 - * Copyright (C) 2003-2008
78.8 + * Copyright (C) 2003-2009
78.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
78.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
78.11 *
79.1 --- a/test/circulation_test.cc Sun Dec 21 20:47:15 2008 +0100
79.2 +++ b/test/circulation_test.cc Thu Jan 01 00:00:00 2009 +0100
79.3 @@ -2,7 +2,7 @@
79.4 *
79.5 * This file is a part of LEMON, a generic C++ optimization library.
79.6 *
79.7 - * Copyright (C) 2003-2008
79.8 + * Copyright (C) 2003-2009
79.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
79.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
79.11 *
80.1 --- a/test/counter_test.cc Sun Dec 21 20:47:15 2008 +0100
80.2 +++ b/test/counter_test.cc Thu Jan 01 00:00:00 2009 +0100
80.3 @@ -2,7 +2,7 @@
80.4 *
80.5 * This file is a part of LEMON, a generic C++ optimization library.
80.6 *
80.7 - * Copyright (C) 2003-2008
80.8 + * Copyright (C) 2003-2009
80.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
80.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
80.11 *
81.1 --- a/test/dfs_test.cc Sun Dec 21 20:47:15 2008 +0100
81.2 +++ b/test/dfs_test.cc Thu Jan 01 00:00:00 2009 +0100
81.3 @@ -2,7 +2,7 @@
81.4 *
81.5 * This file is a part of LEMON, a generic C++ optimization library.
81.6 *
81.7 - * Copyright (C) 2003-2008
81.8 + * Copyright (C) 2003-2009
81.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
81.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
81.11 *
82.1 --- a/test/digraph_test.cc Sun Dec 21 20:47:15 2008 +0100
82.2 +++ b/test/digraph_test.cc Thu Jan 01 00:00:00 2009 +0100
82.3 @@ -2,7 +2,7 @@
82.4 *
82.5 * This file is a part of LEMON, a generic C++ optimization library.
82.6 *
82.7 - * Copyright (C) 2003-2008
82.8 + * Copyright (C) 2003-2009
82.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
82.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
82.11 *
83.1 --- a/test/dijkstra_test.cc Sun Dec 21 20:47:15 2008 +0100
83.2 +++ b/test/dijkstra_test.cc Thu Jan 01 00:00:00 2009 +0100
83.3 @@ -2,7 +2,7 @@
83.4 *
83.5 * This file is a part of LEMON, a generic C++ optimization library.
83.6 *
83.7 - * Copyright (C) 2003-2008
83.8 + * Copyright (C) 2003-2009
83.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
83.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
83.11 *
84.1 --- a/test/dim_test.cc Sun Dec 21 20:47:15 2008 +0100
84.2 +++ b/test/dim_test.cc Thu Jan 01 00:00:00 2009 +0100
84.3 @@ -2,7 +2,7 @@
84.4 *
84.5 * This file is a part of LEMON, a generic C++ optimization library.
84.6 *
84.7 - * Copyright (C) 2003-2008
84.8 + * Copyright (C) 2003-2009
84.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
84.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
84.11 *
85.1 --- a/test/error_test.cc Sun Dec 21 20:47:15 2008 +0100
85.2 +++ b/test/error_test.cc Thu Jan 01 00:00:00 2009 +0100
85.3 @@ -2,7 +2,7 @@
85.4 *
85.5 * This file is a part of LEMON, a generic C++ optimization library.
85.6 *
85.7 - * Copyright (C) 2003-2008
85.8 + * Copyright (C) 2003-2009
85.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
85.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
85.11 *
86.1 --- a/test/graph_adaptor_test.cc Sun Dec 21 20:47:15 2008 +0100
86.2 +++ b/test/graph_adaptor_test.cc Thu Jan 01 00:00:00 2009 +0100
86.3 @@ -2,7 +2,7 @@
86.4 *
86.5 * This file is a part of LEMON, a generic C++ optimization library.
86.6 *
86.7 - * Copyright (C) 2003-2008
86.8 + * Copyright (C) 2003-2009
86.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
86.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
86.11 *
86.12 @@ -103,7 +103,7 @@
86.13
86.14 node_filter[n1] = node_filter[n2] = node_filter[n3] = true;
86.15 arc_filter[a1] = arc_filter[a2] = arc_filter[a3] = true;
86.16 -
86.17 +
86.18 checkGraphNodeList(adaptor, 3);
86.19 checkGraphArcList(adaptor, 3);
86.20 checkGraphConArcList(adaptor, 3);
86.21 @@ -196,7 +196,7 @@
86.22 Digraph::Arc a3 = digraph.addArc(n2, n3);
86.23
86.24 node_filter[n1] = node_filter[n2] = node_filter[n3] = true;
86.25 -
86.26 +
86.27 checkGraphNodeList(adaptor, 3);
86.28 checkGraphArcList(adaptor, 3);
86.29 checkGraphConArcList(adaptor, 3);
86.30 @@ -268,7 +268,7 @@
86.31 Digraph::Arc a3 = digraph.addArc(n2, n3);
86.32
86.33 arc_filter[a1] = arc_filter[a2] = arc_filter[a3] = true;
86.34 -
86.35 +
86.36 checkGraphNodeList(adaptor, 3);
86.37 checkGraphArcList(adaptor, 3);
86.38 checkGraphConArcList(adaptor, 3);
86.39 @@ -577,7 +577,7 @@
86.40
86.41 node_filter[n1] = node_filter[n2] = node_filter[n3] = node_filter[n4] = true;
86.42 edge_filter[e1] = edge_filter[e2] = edge_filter[e3] = edge_filter[e4] = true;
86.43 -
86.44 +
86.45 checkGraphNodeList(adaptor, 4);
86.46 checkGraphArcList(adaptor, 8);
86.47 checkGraphEdgeList(adaptor, 4);
86.48 @@ -708,7 +708,7 @@
86.49 Graph::Edge e4 = graph.addEdge(n3, n4);
86.50
86.51 node_filter[n1] = node_filter[n2] = node_filter[n3] = node_filter[n4] = true;
86.52 -
86.53 +
86.54 checkGraphNodeList(adaptor, 4);
86.55 checkGraphArcList(adaptor, 8);
86.56 checkGraphEdgeList(adaptor, 4);
86.57 @@ -807,7 +807,7 @@
86.58 Graph::Edge e4 = graph.addEdge(n3, n4);
86.59
86.60 edge_filter[e1] = edge_filter[e2] = edge_filter[e3] = edge_filter[e4] = true;
86.61 -
86.62 +
86.63 checkGraphNodeList(adaptor, 4);
86.64 checkGraphArcList(adaptor, 8);
86.65 checkGraphEdgeList(adaptor, 4);
87.1 --- a/test/graph_copy_test.cc Sun Dec 21 20:47:15 2008 +0100
87.2 +++ b/test/graph_copy_test.cc Thu Jan 01 00:00:00 2009 +0100
87.3 @@ -2,7 +2,7 @@
87.4 *
87.5 * This file is a part of LEMON, a generic C++ optimization library.
87.6 *
87.7 - * Copyright (C) 2003-2008
87.8 + * Copyright (C) 2003-2009
87.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
87.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
87.11 *
88.1 --- a/test/graph_test.cc Sun Dec 21 20:47:15 2008 +0100
88.2 +++ b/test/graph_test.cc Thu Jan 01 00:00:00 2009 +0100
88.3 @@ -2,7 +2,7 @@
88.4 *
88.5 * This file is a part of LEMON, a generic C++ optimization library.
88.6 *
88.7 - * Copyright (C) 2003-2008
88.8 + * Copyright (C) 2003-2009
88.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
88.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
88.11 *
89.1 --- a/test/graph_test.h Sun Dec 21 20:47:15 2008 +0100
89.2 +++ b/test/graph_test.h Thu Jan 01 00:00:00 2009 +0100
89.3 @@ -2,7 +2,7 @@
89.4 *
89.5 * This file is a part of LEMON, a generic C++ optimization library.
89.6 *
89.7 - * Copyright (C) 2003-2008
89.8 + * Copyright (C) 2003-2009
89.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
89.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
89.11 *
90.1 --- a/test/graph_utils_test.cc Sun Dec 21 20:47:15 2008 +0100
90.2 +++ b/test/graph_utils_test.cc Thu Jan 01 00:00:00 2009 +0100
90.3 @@ -2,7 +2,7 @@
90.4 *
90.5 * This file is a part of LEMON, a generic C++ optimization library.
90.6 *
90.7 - * Copyright (C) 2003-2008
90.8 + * Copyright (C) 2003-2009
90.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
90.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
90.11 *
91.1 --- a/test/hao_orlin_test.cc Sun Dec 21 20:47:15 2008 +0100
91.2 +++ b/test/hao_orlin_test.cc Thu Jan 01 00:00:00 2009 +0100
91.3 @@ -2,7 +2,7 @@
91.4 *
91.5 * This file is a part of LEMON, a generic C++ optimization library.
91.6 *
91.7 - * Copyright (C) 2003-2008
91.8 + * Copyright (C) 2003-2009
91.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
91.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
91.11 *
92.1 --- a/test/heap_test.cc Sun Dec 21 20:47:15 2008 +0100
92.2 +++ b/test/heap_test.cc Thu Jan 01 00:00:00 2009 +0100
92.3 @@ -2,7 +2,7 @@
92.4 *
92.5 * This file is a part of LEMON, a generic C++ optimization library.
92.6 *
92.7 - * Copyright (C) 2003-2008
92.8 + * Copyright (C) 2003-2009
92.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
92.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
92.11 *
93.1 --- a/test/kruskal_test.cc Sun Dec 21 20:47:15 2008 +0100
93.2 +++ b/test/kruskal_test.cc Thu Jan 01 00:00:00 2009 +0100
93.3 @@ -2,7 +2,7 @@
93.4 *
93.5 * This file is a part of LEMON, a generic C++ optimization library.
93.6 *
93.7 - * Copyright (C) 2003-2008
93.8 + * Copyright (C) 2003-2009
93.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
93.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
93.11 *
94.1 --- a/test/maps_test.cc Sun Dec 21 20:47:15 2008 +0100
94.2 +++ b/test/maps_test.cc Thu Jan 01 00:00:00 2009 +0100
94.3 @@ -2,7 +2,7 @@
94.4 *
94.5 * This file is a part of LEMON, a generic C++ optimization library.
94.6 *
94.7 - * Copyright (C) 2003-2008
94.8 + * Copyright (C) 2003-2009
94.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
94.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
94.11 *
95.1 --- a/test/max_matching_test.cc Sun Dec 21 20:47:15 2008 +0100
95.2 +++ b/test/max_matching_test.cc Thu Jan 01 00:00:00 2009 +0100
95.3 @@ -2,7 +2,7 @@
95.4 *
95.5 * This file is a part of LEMON, a generic C++ optimization library.
95.6 *
95.7 - * Copyright (C) 2003-2008
95.8 + * Copyright (C) 2003-2009
95.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
95.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
95.11 *
96.1 --- a/test/path_test.cc Sun Dec 21 20:47:15 2008 +0100
96.2 +++ b/test/path_test.cc Thu Jan 01 00:00:00 2009 +0100
96.3 @@ -2,7 +2,7 @@
96.4 *
96.5 * This file is a part of LEMON, a generic C++ optimization library.
96.6 *
96.7 - * Copyright (C) 2003-2008
96.8 + * Copyright (C) 2003-2009
96.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
96.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
96.11 *
97.1 --- a/test/preflow_test.cc Sun Dec 21 20:47:15 2008 +0100
97.2 +++ b/test/preflow_test.cc Thu Jan 01 00:00:00 2009 +0100
97.3 @@ -2,7 +2,7 @@
97.4 *
97.5 * This file is a part of LEMON, a generic C++ optimization library.
97.6 *
97.7 - * Copyright (C) 2003-2008
97.8 + * Copyright (C) 2003-2009
97.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
97.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
97.11 *
98.1 --- a/test/random_test.cc Sun Dec 21 20:47:15 2008 +0100
98.2 +++ b/test/random_test.cc Thu Jan 01 00:00:00 2009 +0100
98.3 @@ -2,7 +2,7 @@
98.4 *
98.5 * This file is a part of LEMON, a generic C++ optimization library.
98.6 *
98.7 - * Copyright (C) 2003-2008
98.8 + * Copyright (C) 2003-2009
98.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
98.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
98.11 *
99.1 --- a/test/suurballe_test.cc Sun Dec 21 20:47:15 2008 +0100
99.2 +++ b/test/suurballe_test.cc Thu Jan 01 00:00:00 2009 +0100
99.3 @@ -1,8 +1,8 @@
99.4 -/* -*- C++ -*-
99.5 +/* -*- mode: C++; indent-tabs-mode: nil; -*-
99.6 *
99.7 - * This file is a part of LEMON, a generic C++ optimization library
99.8 + * This file is a part of LEMON, a generic C++ optimization library.
99.9 *
99.10 - * Copyright (C) 2003-2008
99.11 + * Copyright (C) 2003-2009
99.12 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
99.13 * (Egervary Research Group on Combinatorial Optimization, EGRES).
99.14 *
99.15 @@ -72,7 +72,7 @@
99.16
99.17 // Check the feasibility of the flow
99.18 template <typename Digraph, typename FlowMap>
99.19 -bool checkFlow( const Digraph& gr, const FlowMap& flow,
99.20 +bool checkFlow( const Digraph& gr, const FlowMap& flow,
99.21 typename Digraph::Node s, typename Digraph::Node t,
99.22 int value )
99.23 {
99.24 @@ -95,7 +95,7 @@
99.25 }
99.26
99.27 // Check the optimalitiy of the flow
99.28 -template < typename Digraph, typename CostMap,
99.29 +template < typename Digraph, typename CostMap,
99.30 typename FlowMap, typename PotentialMap >
99.31 bool checkOptimality( const Digraph& gr, const CostMap& cost,
99.32 const FlowMap& flow, const PotentialMap& pi )
99.33 @@ -144,7 +144,7 @@
99.34 node("source", source).
99.35 node("target", target).
99.36 run();
99.37 -
99.38 +
99.39 // Find 2 paths
99.40 {
99.41 Suurballe<ListDigraph> suurballe(digraph, length, source, target);
99.42 @@ -152,7 +152,7 @@
99.43 check(checkFlow(digraph, suurballe.flowMap(), source, target, 2),
99.44 "The flow is not feasible");
99.45 check(suurballe.totalLength() == 510, "The flow is not optimal");
99.46 - check(checkOptimality(digraph, length, suurballe.flowMap(),
99.47 + check(checkOptimality(digraph, length, suurballe.flowMap(),
99.48 suurballe.potentialMap()),
99.49 "Wrong potentials");
99.50 for (int i = 0; i < suurballe.pathNum(); ++i)
99.51 @@ -167,7 +167,7 @@
99.52 check(checkFlow(digraph, suurballe.flowMap(), source, target, 3),
99.53 "The flow is not feasible");
99.54 check(suurballe.totalLength() == 1040, "The flow is not optimal");
99.55 - check(checkOptimality(digraph, length, suurballe.flowMap(),
99.56 + check(checkOptimality(digraph, length, suurballe.flowMap(),
99.57 suurballe.potentialMap()),
99.58 "Wrong potentials");
99.59 for (int i = 0; i < suurballe.pathNum(); ++i)
99.60 @@ -182,7 +182,7 @@
99.61 check(checkFlow(digraph, suurballe.flowMap(), source, target, 3),
99.62 "The flow is not feasible");
99.63 check(suurballe.totalLength() == 1040, "The flow is not optimal");
99.64 - check(checkOptimality(digraph, length, suurballe.flowMap(),
99.65 + check(checkOptimality(digraph, length, suurballe.flowMap(),
99.66 suurballe.potentialMap()),
99.67 "Wrong potentials");
99.68 for (int i = 0; i < suurballe.pathNum(); ++i)
100.1 --- a/test/test_tools.h Sun Dec 21 20:47:15 2008 +0100
100.2 +++ b/test/test_tools.h Thu Jan 01 00:00:00 2009 +0100
100.3 @@ -2,7 +2,7 @@
100.4 *
100.5 * This file is a part of LEMON, a generic C++ optimization library.
100.6 *
100.7 - * Copyright (C) 2003-2008
100.8 + * Copyright (C) 2003-2009
100.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
100.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
100.11 *
101.1 --- a/test/test_tools_fail.cc Sun Dec 21 20:47:15 2008 +0100
101.2 +++ b/test/test_tools_fail.cc Thu Jan 01 00:00:00 2009 +0100
101.3 @@ -2,7 +2,7 @@
101.4 *
101.5 * This file is a part of LEMON, a generic C++ optimization library.
101.6 *
101.7 - * Copyright (C) 2003-2008
101.8 + * Copyright (C) 2003-2009
101.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
101.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
101.11 *
102.1 --- a/test/test_tools_pass.cc Sun Dec 21 20:47:15 2008 +0100
102.2 +++ b/test/test_tools_pass.cc Thu Jan 01 00:00:00 2009 +0100
102.3 @@ -2,7 +2,7 @@
102.4 *
102.5 * This file is a part of LEMON, a generic C++ optimization library.
102.6 *
102.7 - * Copyright (C) 2003-2008
102.8 + * Copyright (C) 2003-2009
102.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
102.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
102.11 *
103.1 --- a/test/time_measure_test.cc Sun Dec 21 20:47:15 2008 +0100
103.2 +++ b/test/time_measure_test.cc Thu Jan 01 00:00:00 2009 +0100
103.3 @@ -2,7 +2,7 @@
103.4 *
103.5 * This file is a part of LEMON, a generic C++ optimization library.
103.6 *
103.7 - * Copyright (C) 2003-2008
103.8 + * Copyright (C) 2003-2009
103.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
103.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
103.11 *
104.1 --- a/test/unionfind_test.cc Sun Dec 21 20:47:15 2008 +0100
104.2 +++ b/test/unionfind_test.cc Thu Jan 01 00:00:00 2009 +0100
104.3 @@ -2,7 +2,7 @@
104.4 *
104.5 * This file is a part of LEMON, a generic C++ optimization library.
104.6 *
104.7 - * Copyright (C) 2003-2008
104.8 + * Copyright (C) 2003-2009
104.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
104.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
104.11 *
105.1 --- a/tools/dimacs-to-lgf.cc Sun Dec 21 20:47:15 2008 +0100
105.2 +++ b/tools/dimacs-to-lgf.cc Thu Jan 01 00:00:00 2009 +0100
105.3 @@ -2,7 +2,7 @@
105.4 *
105.5 * This file is a part of LEMON, a generic C++ optimization library.
105.6 *
105.7 - * Copyright (C) 2003-2008
105.8 + * Copyright (C) 2003-2009
105.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
105.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
105.11 *