Changeset 1956:a055123339d5 in lemon-0.x
- Timestamp:
- 02/03/06 17:40:16 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2531
- Files:
-
- 141 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/bench_tools.h
r1756 r1956 1 // -*- mode:C++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 2 19 #ifndef LEMON_BENCH_TEST_H 3 20 #define LEMON_BENCH_TEST_H -
benchmark/bfs-bench.cc
r1847 r1956 1 // -*- mode:C++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #include<queue> -
benchmark/graph-bench.cc
r1855 r1956 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 1 19 #include<lemon/list_graph.h> 2 20 -
benchmark/hcube.cc
r1847 r1956 1 // -*- mode:C++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #include<cmath> -
benchmark/radix_sort-bench.cc
r1833 r1956 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 1 19 #define NDEBUG 2 20 -
demo/coloring.cc
r1909 r1956 1 1 /* -*- C++ -*- 2 * demo/coloring.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/descriptor_map_demo.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/descriptor_map_demo.cc - Part of LEMON, a generic C++ optimization3 * library4 2 * 5 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 6 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * -
demo/dijkstra_demo.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/dijkstra_demo.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/dim_to_dot.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/dim_to_dot.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/dim_to_lgf.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/dim_to_lgf.cc - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/graph_orientation.cc
r1913 r1956 1 1 /* -*- C++ -*- 2 * demo/graph_orientation.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * … … 14 16 * 15 17 */ 16 17 18 18 19 #include <lemon/list_graph.h> -
demo/graph_to_eps_demo.cc
r1930 r1956 1 1 /* -*- C++ -*- 2 * demo/graph_to_eps.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/grid_graph_demo.cc
r1875 r1956 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 1 19 #include <lemon/grid_graph.h> 2 20 #include <lemon/graph_adaptor.h> -
demo/hello_lemon.cc
r1928 r1956 1 1 /* -*- C++ -*- 2 * demo/hello_lemon.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/kruskal_demo.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/kruskal_demo.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/lp_demo.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/lp_demo.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/lp_maxflow_demo.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/min_route.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/min_route.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
demo/reader_writer_demo.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/reader_writer_demo.cc - Part of LEMON, a generic C++ optimization3 * library4 2 * 5 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 6 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * -
demo/simann_maxcut_demo.cc
r1919 r1956 1 1 /* -*- C++ -*- 2 * demo/simann_maxcut_demo.cc - Part of LEMON, a generic C++ optimization3 * library4 2 * 5 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 6 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * -
demo/sub_graph_adaptor_demo.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/sub_graph_adaptor_demo.cc - Part of LEMON, a generic C++ optimization3 * library4 2 * 5 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 6 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * -
demo/tight_edge_filter_map.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * demo/tight_edge_filter_map.h - Part of LEMON, a generic C++ optimization3 * library4 2 * 5 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 6 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * -
demo/topology_demo.cc
r1910 r1956 1 1 /* -*- C++ -*- 2 * demo/min_route.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/attic/debug.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/debug.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/base.cc
r1897 r1956 1 1 /* -*- C++ -*- 2 * lemon/base.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/bellman_ford.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/bellman_ford.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/bezier.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/bezier.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/bfs.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/bfs.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/bin_heap.h
r1906 r1956 1 1 /* -*- C++ -*- 2 * lemon/bin_heap.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/bits/alteration_notifier.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/notifier.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Groin on Combinatorial Optimization, EGRES). 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * 7 9 * Permission to use, modify and distribute this software is granted -
lemon/bits/array_map.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/bits/array_map.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Groin on Combinatorial Optimization, EGRES). 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * 7 9 * Permission to use, modify and distribute this software is granted -
lemon/bits/clearable_graph_extender.h
r1910 r1956 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #ifndef LEMON_CLEARABLE_GRAPH_EXTENDER_H -
lemon/bits/default_map.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/default_map.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Groin on Combinatorial Optimization, EGRES). 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * 7 9 * Permission to use, modify and distribute this software is granted -
lemon/bits/erasable_graph_extender.h
r1909 r1956 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #ifndef LEMON_ERASABLE_GRAPH_EXTENDER_H -
lemon/bits/extendable_graph_extender.h
r1910 r1956 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #ifndef LEMON_EXTENDABLE_GRAPH_EXTENDER_H -
lemon/bits/graph_extender.h
r1910 r1956 1 1 /* -*- C++ -*- 2 * lemon/graph_extender.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi 5 * Kutatocsoport (Egervary Research Groin on Combinatorial Optimization, 6 * EGRES). 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * 8 9 * Permission to use, modify and distribute this software is granted -
lemon/bits/item_reader.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/bits/item_reader.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Groin on Combinatorial Optimization, EGRES). 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * 7 9 * Permission to use, modify and distribute this software is granted -
lemon/bits/item_writer.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/bits/item_reader.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Groin on Combinatorial Optimization, EGRES). 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * 7 9 * Permission to use, modify and distribute this software is granted -
lemon/bits/iterable_graph_extender.h
r1934 r1956 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 2 19 #ifndef LEMON_ITERABLE_GRAPH_EXTENDER_H 3 20 #define LEMON_ITERABLE_GRAPH_EXTENDER_H -
lemon/bits/map_extender.h
r1910 r1956 1 1 /* -*- C++ -*- 2 * lemon/map_extender.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Groin on Combinatorial Optimization, EGRES). 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * 7 9 * Permission to use, modify and distribute this software is granted -
lemon/bits/static_map.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/static_map.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Groin on Combinatorial Optimization, EGRES). 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * 7 9 * Permission to use, modify and distribute this software is granted -
lemon/bits/vector_map.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/vector_map.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 * (Egervary Research Groin on Combinatorial Optimization, EGRES). 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * 7 9 * Permission to use, modify and distribute this software is granted -
lemon/concept/bpugraph.h
r1946 r1956 1 1 /* -*- C++ -*- 2 2 * 3 * lemon/concept/ugraph_component.h - Part of LEMON, a generic 4 * C++ optimization library 3 * This file is a part of LEMON, a generic C++ optimization library 5 4 * 6 * Copyright (C) 200 5 Egervary Jeno Kombinatorikus Optimalizalasi7 * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,8 * EGRES).5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 9 8 * 10 9 * Permission to use, modify and distribute this software is granted -
lemon/concept/graph.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/concept/graph.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/concept/graph_component.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * lemon/concept/graph_component.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/concept/heap.h
r1902 r1956 1 1 /* -*- C++ -*- 2 * lemon/concept/heap.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/concept/maps.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/concept/maps.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/concept/matrix_maps.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/concept/matrix_maps.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/concept/path.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/concept/path.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/concept/ugraph.h
r1946 r1956 1 1 /* -*- C++ -*- 2 2 * 3 * lemon/concept/ugraph_component.h - Part of LEMON, a generic 4 * C++ optimization library 3 * This file is a part of LEMON, a generic C++ optimization library 5 4 * 6 * Copyright (C) 200 6 Egervary Jeno Kombinatorikus Optimalizalasi7 * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,8 * EGRES).5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 9 8 * 10 9 * Permission to use, modify and distribute this software is granted -
lemon/concept_check.h
r1435 r1956 1 // -*- C++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 2 19 // Modified for use in LEMON. 3 20 // We should really consider using Boost... 4 5 21 6 22 // -
lemon/counter.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/counter.h -3 * Part of LEMON, a generic C++ optimization library4 2 * 5 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 6 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * -
lemon/dag_shortest_path.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/dag_shortest_path.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/dfs.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/dfs.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/dijkstra.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/dijkstra.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/dimacs.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/dimacs.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/edge_set.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * lemon/edge_set.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/error.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/error.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi 5 * Kutatocsoport (Egervary Research Group on Combinatorial Optimization, 6 * EGRES). 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * 8 9 * Permission to use, modify and distribute this software is granted -
lemon/euler.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * lemon/euler.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * … … 14 16 * 15 17 */ 18 16 19 #include<lemon/invalid.h> 17 20 #include<lemon/topology.h> -
lemon/fib_heap.h
r1906 r1956 1 1 /* -*- C++ -*- 2 * lemon/fib_heap.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/floyd_warshall.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/floyd_warshall.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/fredman_tarjan.h
r1953 r1956 1 1 /* -*- C++ -*- 2 * lemon/fredman_tarjan.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/full_graph.h
r1910 r1956 1 1 /* -*- C++ -*- 2 * lemon/full_graph.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/graph_adaptor.h
r1952 r1956 1 1 /* -*- C++ -*- 2 * lemon/graph_adaptor.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/graph_reader.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/graph_reader.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/graph_to_eps.h
r1936 r1956 1 1 /* -*- C++ -*- 2 * lemon/graph_to_eps.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/graph_utils.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/graph_utils.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/graph_writer.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/graph_writer.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/grid_graph.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/grid_graph.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/hypercube_graph.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/hypercube_graph.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/invalid.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/invalid.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/iterable_maps.h
r1953 r1956 1 1 /* -*- C++ -*- 2 * lemon/iterable_maps.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/johnson.h
r1953 r1956 1 1 /* -*- C++ -*- 2 * lemon/johnson.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/kruskal.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/kruskal.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lemon_reader.h
r1946 r1956 1 1 /* -*- C++ -*- 2 * lemon/lemon_reader.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lemon_writer.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * lemon/lemon_writer.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/linear_heap.h
r1906 r1956 1 1 /* -*- C++ -*- 2 * lemon/linear_heap.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/list_graph.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * lemon/list_graph.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lp.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/lp.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lp_base.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/lp_base.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lp_base.h
r1908 r1956 1 1 /* -*- C++ -*- 2 * lemon/lp_base.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lp_cplex.cc
r1950 r1956 1 1 /* -*- C++ -*- 2 * lemon/lp_cplex.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * … … 14 16 * 15 17 */ 18 16 19 #include <iostream> 17 20 #include<lemon/lp_cplex.h> -
lemon/lp_cplex.h
r1895 r1956 1 1 /* -*- C++ -*- 2 * lemon/lp_cplex.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lp_glpk.cc
r1895 r1956 1 1 /* -*- C++ -*- 2 * lemon/lp_glpk.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lp_glpk.h
r1895 r1956 1 1 /* -*- C++ -*- 2 * lemon/lp_glpk.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lp_skeleton.cc
r1895 r1956 1 1 /* -*- C++ -*- 2 * lemon/lp_skeleton.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/lp_skeleton.h
r1895 r1956 1 1 /* -*- C++ -*- 2 * lemon/lp_skeleton.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/map_iterator.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/map_iterator.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/maps.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/maps.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/matrix_maps.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/matrix_maps.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/max_matching.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * lemon/max_matching.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/min_cost_flow.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/min_cost_flow.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/path.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * lemon/path.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/preflow.h
r1953 r1956 1 1 /* -*- C++ -*- 2 * lemon/preflow.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/prim.h
r1953 r1956 1 1 /* -*- C++ -*- 2 * lemon/prim.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/radix_heap.h
r1906 r1956 1 1 /* -*- C++ -*- 2 * lemon/radix_heap.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/radix_sort.h
r1904 r1956 1 1 /* -*- C++ -*- 2 * lemon/radix_sort.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/simann.h
r1932 r1956 1 // -*- C++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 2 19 #ifndef LEMON_SIMANN_H 3 20 #define LEMON_SIMANN_H -
lemon/smart_graph.h
r1910 r1956 1 1 /* -*- C++ -*- 2 * lemon/smart_graph.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/sub_graph.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * lemon/sub_graph.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/suurballe.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/suurballe.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/time_measure.h
r1953 r1956 1 1 /* -*- C++ -*- 2 * lemon/time_measure.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/tolerance.h
r1953 r1956 1 1 /* -*- C++ -*- 2 * lemon/tolerance.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/topology.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * lemon/topology.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/traits.h
r1915 r1956 1 1 /* -*- C++ -*- 2 * lemon/traits.h - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/unionfind.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/unionfind.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
lemon/utility.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * lemon/utility.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi 5 * Kutatocsoport (Egervary Research Group on Combinatorial Optimization, 6 * EGRES). 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * 8 9 * Permission to use, modify and distribute this software is granted … … 14 15 * purpose. 15 16 * 16 * This file contains a modified version of the enable_if library from BOOST.17 * See the appropriate copyright notice below.18 17 */ 18 19 // This file contains a modified version of the enable_if library from BOOST. 20 // See the appropriate copyright notice below. 19 21 20 22 // Boost enable_if library -
lemon/xy.h
r1927 r1956 1 1 /* -*- C++ -*- 2 * lemon/xy.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/all_pairs_shortest_path_test.cc
r1763 r1956 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 1 19 #include <iostream> 2 20 #include <vector> -
test/bfs_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/bfs_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/counter_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/counter_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/dfs_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/dfs_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/dijkstra_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/dijkstra_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/error_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/error_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/graph_adaptor_test.cc
r1909 r1956 1 1 /* -*- C++ -*- 2 * test/graph_adaptor_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/graph_factory_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/graph_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/graph_test.cc
r1712 r1956 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #include <iostream> -
test/graph_test.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/graph_test.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * … … 14 16 * 15 17 */ 18 16 19 #ifndef LEMON_TEST_GRAPH_TEST_H 17 20 #define LEMON_TEST_GRAPH_TEST_H -
test/graph_utils_test.cc
r1772 r1956 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #include <iostream> -
test/graph_utils_test.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/graph_utils_test.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * … … 14 16 * 15 17 */ 18 16 19 #ifndef LEMON_TEST_GRAPH_UTILS_TEST_H 17 20 #define LEMON_TEST_GRAPH_UTILS_TEST_H -
test/heap_test.cc
r1845 r1956 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #include <iostream> -
test/heap_test.h
r1763 r1956 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #include <vector> -
test/kruskal_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/kruskal_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/lp_test.cc
r1895 r1956 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 1 19 #include <sstream> 2 20 #include <lemon/lp_skeleton.h> -
test/map_test.h
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/map_test.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * … … 14 16 * 15 17 */ 18 16 19 #ifndef LEMON_TEST_MAP_TEST_H 17 20 #define LEMON_TEST_MAP_TEST_H -
test/maps_test.cc
r1675 r1956 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 1 19 #include <lemon/concept_check.h> 2 20 #include <lemon/concept/maps.h> -
test/matrix_maps_test.cc
r1751 r1956 1 // -*- c++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #include <iostream> -
test/max_matching_test.cc
r1909 r1956 1 1 /* -*- C++ -*- 2 * test/max_matching_test.cc -3 * Part of LEMON, a generic C++ optimization library4 2 * 5 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 6 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 7 8 * -
test/min_cost_flow_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/min_cost_flow_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/path_test.cc
r1909 r1956 1 1 /* -*- C++ -*- 2 * test/path_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/preflow_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/preflow_test.cc - Part of LEMON, a generic C++ optimization library 3 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/radix_sort_test.cc
r1844 r1956 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 1 19 #include <lemon/time_measure.h> 2 20 #include <lemon/smart_graph.h> -
test/simann_test.cc
r1921 r1956 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 18 1 19 #include <lemon/simann.h> 2 20 -
test/suurballe_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/suurballe_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/test_tools.h
r1909 r1956 1 1 /* -*- C++ -*- 2 * test/test_tools.h - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/test_tools_fail.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/test_tools_fail.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/test_tools_pass.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/test_tools_pass.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/time_measure_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/time_measure_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/ugraph_test.cc
r1909 r1956 1 // -*- C++ -*- 1 /* -*- C++ -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 8 * 9 * Permission to use, modify and distribute this software is granted 10 * provided that this copyright notice appears in all copies. For 11 * precise terms see the accompanying LICENSE file. 12 * 13 * This software is provided "AS IS" with no warranty of any kind, 14 * express or implied, and with no claim as to its suitability for any 15 * purpose. 16 * 17 */ 2 18 3 19 #include <lemon/bits/graph_extender.h> -
test/unionfind_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/unionfind_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 * -
test/xy_test.cc
r1875 r1956 1 1 /* -*- C++ -*- 2 * test/xy_test.cc - Part of LEMON, a generic C++ optimization library3 2 * 4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 3 * This file is a part of LEMON, a generic C++ optimization library 4 * 5 * Copyright (C) 2003-2006 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 8 *
Note: See TracChangeset
for help on using the changeset viewer.