[Lemon-commits] [lemon_svn] alpar: r1216 - in hugo/trunk/src: hugo hugo/attic hugo/skeletons test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:43:56 CET 2006


Author: alpar
Date: Thu Sep 23 17:05:20 2004
New Revision: 1216

Modified:
   hugo/trunk/src/hugo/array_map.h
   hugo/trunk/src/hugo/attic/debug.h
   hugo/trunk/src/hugo/attic/error.h
   hugo/trunk/src/hugo/bfs.h
   hugo/trunk/src/hugo/bin_heap.h
   hugo/trunk/src/hugo/default_map.h
   hugo/trunk/src/hugo/dfs.h
   hugo/trunk/src/hugo/dijkstra.h
   hugo/trunk/src/hugo/dimacs.h
   hugo/trunk/src/hugo/extended_pair.h
   hugo/trunk/src/hugo/fib_heap.h
   hugo/trunk/src/hugo/full_graph.h
   hugo/trunk/src/hugo/graph_wrapper.h
   hugo/trunk/src/hugo/invalid.h
   hugo/trunk/src/hugo/kruskal.h
   hugo/trunk/src/hugo/list_graph.h
   hugo/trunk/src/hugo/map_bits.h
   hugo/trunk/src/hugo/map_defines.h
   hugo/trunk/src/hugo/map_iterator.h
   hugo/trunk/src/hugo/map_registry.h
   hugo/trunk/src/hugo/maps.h
   hugo/trunk/src/hugo/min_cost_flow.h
   hugo/trunk/src/hugo/path.h
   hugo/trunk/src/hugo/preflow.h
   hugo/trunk/src/hugo/skeletons/graph.h
   hugo/trunk/src/hugo/skeletons/maps.h
   hugo/trunk/src/hugo/skeletons/path.h
   hugo/trunk/src/hugo/smart_graph.h
   hugo/trunk/src/hugo/suurballe.h
   hugo/trunk/src/hugo/sym_map.h
   hugo/trunk/src/hugo/template.h
   hugo/trunk/src/hugo/tight_edge_filter_map.h
   hugo/trunk/src/hugo/time_measure.h
   hugo/trunk/src/hugo/unionfind.h
   hugo/trunk/src/hugo/vector_map.h
   hugo/trunk/src/hugo/xy.h
   hugo/trunk/src/test/bfs_test.cc
   hugo/trunk/src/test/dfs_test.cc
   hugo/trunk/src/test/dijkstra_heap_test.cc
   hugo/trunk/src/test/dijkstra_test.cc
   hugo/trunk/src/test/error_test.cc
   hugo/trunk/src/test/graph_test.cc
   hugo/trunk/src/test/graph_test.h
   hugo/trunk/src/test/graph_wrapper_test.cc
   hugo/trunk/src/test/kruskal_test.cc
   hugo/trunk/src/test/min_cost_flow_test.cc
   hugo/trunk/src/test/path_test.cc
   hugo/trunk/src/test/preflow_test.cc
   hugo/trunk/src/test/suurballe_test.cc
   hugo/trunk/src/test/test_tools.h
   hugo/trunk/src/test/test_tools_fail.cc
   hugo/trunk/src/test/test_tools_pass.cc
   hugo/trunk/src/test/time_measure_test.cc
   hugo/trunk/src/test/unionfind_test.cc
   hugo/trunk/src/test/xy_test.cc

Log:
Copyright header added.

Modified: hugo/trunk/src/hugo/array_map.h
==============================================================================
--- hugo/trunk/src/hugo/array_map.h	(original)
+++ hugo/trunk/src/hugo/array_map.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/array_map.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_ARRAY_MAP_H
 #define HUGO_ARRAY_MAP_H
 

Modified: hugo/trunk/src/hugo/attic/debug.h
==============================================================================
--- hugo/trunk/src/hugo/attic/debug.h	(original)
+++ hugo/trunk/src/hugo/attic/debug.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- C++ -*- //
+/* -*- C++ -*-
+ * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 
 #ifndef HUGO_DEBUG_H
 #define HUGO_DEBUG_H

Modified: hugo/trunk/src/hugo/attic/error.h
==============================================================================
--- hugo/trunk/src/hugo/attic/error.h	(original)
+++ hugo/trunk/src/hugo/attic/error.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- C++ -*- //
+/* -*- C++ -*-
+ * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 
 #ifndef HUGO_ERROR_H
 #define HUGO_ERROR_H

Modified: hugo/trunk/src/hugo/bfs.h
==============================================================================
--- hugo/trunk/src/hugo/bfs.h	(original)
+++ hugo/trunk/src/hugo/bfs.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- C++ -*-
+/* -*- C++ -*-
+ * src/hugo/bfs.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_BFS_H
 #define HUGO_BFS_H
 

Modified: hugo/trunk/src/hugo/bin_heap.h
==============================================================================
--- hugo/trunk/src/hugo/bin_heap.h	(original)
+++ hugo/trunk/src/hugo/bin_heap.h	Thu Sep 23 17:05:20 2004
@@ -1,70 +1,26 @@
-// -*- C++ -*- //
-
-/* FIXME: Copyright ... 
- *
- * This implementation is heavily based on STL's heap functions and
- * the similar class by Alpar Juttner in IKTA...
- */
-
-/******
- *
- * BinHeap<ItemType, PrioType, ItemIntMap, [PrioCompare]>
- *
- * Ez az osztaly item-prioritas parok tarolasara alkalmas binaris kupacot
- * valosit meg.
- * A kupacban legfolul mindig az a par talalhato, amiben a prioritas a
- * legkisebb. (Gondolj a Dijkstra pont-tavolsag kupacara; igazabol ahhoz
- * lett keszitve...)
+/* -*- C++ -*-
+ * src/hugo/bin_heap.h - Part of HUGOlib, a generic C++ optimization library
  *
- * Megjegyzes: a kupacos temakorokben a prioritast kulcsnak szoktak nevezni,
- * de mivel ez zavaro tud lenni a property-map-es kulcs-ertek szohasznalata
- * miatt, megprobaltunk valami semleges elnevezeseket kitalalni.
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
  *
- * A hasznalatahoz szukseg van egy irhato/olvashato property_map-re, ami
- * az itemekhez egy int-et tud tarolni (ezzel tudom megkeresni az illeto
- * elemet a kupacban a csokkentes es hasonlo muveletekhez).
- * A map-re csak referenciat tarol, ugy hogy a kupac elete folyan a map-nek
- * is elnie kell. (???)
- *
- * Ketfele modon hasznalhato:
- * Lusta mod:
- * set(Item, Prio) metodussal pakolunk a kupacba,
- * aztan o majd eldonti, hogy ez az elem mar benne van-e es ha igen, akkor
- * csokkentettunk-e rajta, vagy noveltunk.
- * Ehhez nagyon fontos, hogy az atadott property map inicializalva legyen
- * minden szobajovo kulcs ertekre, -1 -es ertekkel!
- * Es ilyen esetben a kulcsokrol lekerdezheto az allapotuk a state
- metodussal:
- * (nem jart meg a kupacban PRE_HEAP=-1, epp a kupacban van IN_HEAP=0,
- *  mar kikerult a kupacbol POST_HEAP=-2).
- * Szoval ebben a modban a kupac nagyjabol hasznalhato property_map-kent, csak
- * meg meg tudja mondani a "legkisebb" prioritasu elemet. De csak nagyjabol,
- * hiszen a kupacbol kikerult elemeknek elvesz az ertekuk...
- *
- * Kozvetlen mod:
- * push(Item, Prio) metodussal belerakunk a kupacba (ha az illeto kulcs mar
- * benn volt, akkor gaz).
- * increase/decrease(Item i, Prio new_prio) metodusokkal lehet
- * novelni/csokkenteni az illeto elemhez tartozo prioritast. (Ha nem volt
- * megbenne a kupacban az illeto elem, vagy nem abba az iranyba valtoztattad
- * az erteket, amerre mondtad -- gaz).
- *
- * Termeszetesen a fenti ket modot ertelemszeruen lehet keverni.
- * Ja es mindig nagyon gaz, ha belepiszkalsz a map-be, amit a kupac
- * hasznal. :-))
- *
- *
- * Bocs, most faradt vagyok, majd egyszer leforditom. (Misi)
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
  *
  */
 
-
 #ifndef HUGO_BIN_HEAP_H
 #define HUGO_BIN_HEAP_H
 
 ///\ingroup auxdat
 ///\file
 ///\brief Binary Heap implementation.
+///\todo It should be documented.
 
 #include <vector>
 #include <utility>

Modified: hugo/trunk/src/hugo/default_map.h
==============================================================================
--- hugo/trunk/src/hugo/default_map.h	(original)
+++ hugo/trunk/src/hugo/default_map.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/default_map.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_DEFAULT_MAP_H
 #define HUGO_DEFAULT_MAP_H
 

Modified: hugo/trunk/src/hugo/dfs.h
==============================================================================
--- hugo/trunk/src/hugo/dfs.h	(original)
+++ hugo/trunk/src/hugo/dfs.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- C++ -*-
+/* -*- C++ -*-
+ * src/hugo/dfs.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_DFS_H
 #define HUGO_DFS_H
 

Modified: hugo/trunk/src/hugo/dijkstra.h
==============================================================================
--- hugo/trunk/src/hugo/dijkstra.h	(original)
+++ hugo/trunk/src/hugo/dijkstra.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- C++ -*-
+/* -*- C++ -*-
+ * src/hugo/dijkstra.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_DIJKSTRA_H
 #define HUGO_DIJKSTRA_H
 

Modified: hugo/trunk/src/hugo/dimacs.h
==============================================================================
--- hugo/trunk/src/hugo/dimacs.h	(original)
+++ hugo/trunk/src/hugo/dimacs.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/dimacs.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_DIMACS_H
 #define HUGO_DIMACS_H
 

Modified: hugo/trunk/src/hugo/extended_pair.h
==============================================================================
--- hugo/trunk/src/hugo/extended_pair.h	(original)
+++ hugo/trunk/src/hugo/extended_pair.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/extended_pair.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_EXTENDED_PAIR_H
 #define HUGO_EXTENDED_PAIR_H
 

Modified: hugo/trunk/src/hugo/fib_heap.h
==============================================================================
--- hugo/trunk/src/hugo/fib_heap.h	(original)
+++ hugo/trunk/src/hugo/fib_heap.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- C++ -*-
+/* -*- C++ -*-
+ * src/hugo/fib_heap.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 
 #ifndef HUGO_FIB_HEAP_H
 #define HUGO_FIB_HEAP_H

Modified: hugo/trunk/src/hugo/full_graph.h
==============================================================================
--- hugo/trunk/src/hugo/full_graph.h	(original)
+++ hugo/trunk/src/hugo/full_graph.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/full_graph.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 
 #ifndef HUGO_FULL_GRAPH_H
 #define HUGO_FULL_GRAPH_H

Modified: hugo/trunk/src/hugo/graph_wrapper.h
==============================================================================
--- hugo/trunk/src/hugo/graph_wrapper.h	(original)
+++ hugo/trunk/src/hugo/graph_wrapper.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/graph_wrapper.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_GRAPH_WRAPPER_H
 #define HUGO_GRAPH_WRAPPER_H
 

Modified: hugo/trunk/src/hugo/invalid.h
==============================================================================
--- hugo/trunk/src/hugo/invalid.h	(original)
+++ hugo/trunk/src/hugo/invalid.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- mode:C++ -*-
+/* -*- C++ -*-
+ * src/hugo/invalid.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 
 #ifndef HUGO_INVALID_H
 #define HUGO_INVALID_H

Modified: hugo/trunk/src/hugo/kruskal.h
==============================================================================
--- hugo/trunk/src/hugo/kruskal.h	(original)
+++ hugo/trunk/src/hugo/kruskal.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*- //
+/* -*- C++ -*-
+ * src/hugo/kruskal.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_KRUSKAL_H
 #define HUGO_KRUSKAL_H
 

Modified: hugo/trunk/src/hugo/list_graph.h
==============================================================================
--- hugo/trunk/src/hugo/list_graph.h	(original)
+++ hugo/trunk/src/hugo/list_graph.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- mode:C++ -*-
+/* -*- C++ -*-
+ * src/hugo/list_graph.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 
 #ifndef HUGO_LIST_GRAPH_H
 #define HUGO_LIST_GRAPH_H

Modified: hugo/trunk/src/hugo/map_bits.h
==============================================================================
--- hugo/trunk/src/hugo/map_bits.h	(original)
+++ hugo/trunk/src/hugo/map_bits.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*- 
+/* -*- C++ -*-
+ * src/hugo/map_bits.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_MAP_BITS_H
 #define HUGO_MAP_BITS_H
 

Modified: hugo/trunk/src/hugo/map_defines.h
==============================================================================
--- hugo/trunk/src/hugo/map_defines.h	(original)
+++ hugo/trunk/src/hugo/map_defines.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/map_defines.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_MAP_DEFINES_H
 #define HUGO_MAP_DEFINES_H
 

Modified: hugo/trunk/src/hugo/map_iterator.h
==============================================================================
--- hugo/trunk/src/hugo/map_iterator.h	(original)
+++ hugo/trunk/src/hugo/map_iterator.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/map_iterator.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_MAP_ITERATOR_H
 #define HUGO_MAP_ITERATOR_H
 

Modified: hugo/trunk/src/hugo/map_registry.h
==============================================================================
--- hugo/trunk/src/hugo/map_registry.h	(original)
+++ hugo/trunk/src/hugo/map_registry.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/map_registry.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_MAP_REGISTRY_H
 #define HUGO_MAP_REGISTRY_H
 

Modified: hugo/trunk/src/hugo/maps.h
==============================================================================
--- hugo/trunk/src/hugo/maps.h	(original)
+++ hugo/trunk/src/hugo/maps.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- C++ -*- //
+/* -*- C++ -*-
+ * src/hugo/maps.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_MAPS_H
 #define HUGO_MAPS_H
 

Modified: hugo/trunk/src/hugo/min_cost_flow.h
==============================================================================
--- hugo/trunk/src/hugo/min_cost_flow.h	(original)
+++ hugo/trunk/src/hugo/min_cost_flow.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/min_cost_flow.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_MIN_COST_FLOW_H
 #define HUGO_MIN_COST_FLOW_H
 

Modified: hugo/trunk/src/hugo/path.h
==============================================================================
--- hugo/trunk/src/hugo/path.h	(original)
+++ hugo/trunk/src/hugo/path.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- c++ -*- //
+/* -*- C++ -*-
+ * src/hugo/path.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 
 /**
 @defgroup paths Path Structures

Modified: hugo/trunk/src/hugo/preflow.h
==============================================================================
--- hugo/trunk/src/hugo/preflow.h	(original)
+++ hugo/trunk/src/hugo/preflow.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- C++ -*-
+/* -*- C++ -*-
+ * src/hugo/preflow.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_PREFLOW_H
 #define HUGO_PREFLOW_H
 

Modified: hugo/trunk/src/hugo/skeletons/graph.h
==============================================================================
--- hugo/trunk/src/hugo/skeletons/graph.h	(original)
+++ hugo/trunk/src/hugo/skeletons/graph.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/skeletons/graph.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_SKELETON_GRAPH_H
 #define HUGO_SKELETON_GRAPH_H
 

Modified: hugo/trunk/src/hugo/skeletons/maps.h
==============================================================================
--- hugo/trunk/src/hugo/skeletons/maps.h	(original)
+++ hugo/trunk/src/hugo/skeletons/maps.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/skeletons/maps.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_MAPSKELETON_H
 #define HUGO_MAPSKELETON_H
 

Modified: hugo/trunk/src/hugo/skeletons/path.h
==============================================================================
--- hugo/trunk/src/hugo/skeletons/path.h	(original)
+++ hugo/trunk/src/hugo/skeletons/path.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- c++ -*- //
+/* -*- C++ -*-
+ * src/hugo/skeletons/path.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 
 ///\ingroup skeletons
 ///\file

Modified: hugo/trunk/src/hugo/smart_graph.h
==============================================================================
--- hugo/trunk/src/hugo/smart_graph.h	(original)
+++ hugo/trunk/src/hugo/smart_graph.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- mode:C++ -*-
+/* -*- C++ -*-
+ * src/hugo/smart_graph.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 
 #ifndef HUGO_SMART_GRAPH_H
 #define HUGO_SMART_GRAPH_H

Modified: hugo/trunk/src/hugo/suurballe.h
==============================================================================
--- hugo/trunk/src/hugo/suurballe.h	(original)
+++ hugo/trunk/src/hugo/suurballe.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/suurballe.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_SUURBALLE_H
 #define HUGO_SUURBALLE_H
 

Modified: hugo/trunk/src/hugo/sym_map.h
==============================================================================
--- hugo/trunk/src/hugo/sym_map.h	(original)
+++ hugo/trunk/src/hugo/sym_map.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/sym_map.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_SYM_MAP_H
 #define HUGO_SYM_MAP_H
 

Modified: hugo/trunk/src/hugo/template.h
==============================================================================
--- hugo/trunk/src/hugo/template.h	(original)
+++ hugo/trunk/src/hugo/template.h	Thu Sep 23 17:05:20 2004
@@ -1,6 +1,4 @@
-// -*- C++ -*-
-
-/*
+/* -*- C++ -*-
  * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
  *
  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport

Modified: hugo/trunk/src/hugo/tight_edge_filter_map.h
==============================================================================
--- hugo/trunk/src/hugo/tight_edge_filter_map.h	(original)
+++ hugo/trunk/src/hugo/tight_edge_filter_map.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- C++ -*-
+/* -*- C++ -*-
+ * src/hugo/tight_edge_filter_map.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_TIGHT_EDGE_FILTER_MAP_H
 #define HUGO_TIGHT_EDGE_FILTER_MAP_H
 

Modified: hugo/trunk/src/hugo/time_measure.h
==============================================================================
--- hugo/trunk/src/hugo/time_measure.h	(original)
+++ hugo/trunk/src/hugo/time_measure.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/time_measure.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_TIME_MEASURE_H
 #define HUGO_TIME_MEASURE_H
 

Modified: hugo/trunk/src/hugo/unionfind.h
==============================================================================
--- hugo/trunk/src/hugo/unionfind.h	(original)
+++ hugo/trunk/src/hugo/unionfind.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*- //
+/* -*- C++ -*-
+ * src/hugo/unionfind.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_UNION_FIND_H
 #define HUGO_UNION_FIND_H
 

Modified: hugo/trunk/src/hugo/vector_map.h
==============================================================================
--- hugo/trunk/src/hugo/vector_map.h	(original)
+++ hugo/trunk/src/hugo/vector_map.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/vector_map.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_VECTOR_MAP_H
 #define HUGO_VECTOR_MAP_H
 

Modified: hugo/trunk/src/hugo/xy.h
==============================================================================
--- hugo/trunk/src/hugo/xy.h	(original)
+++ hugo/trunk/src/hugo/xy.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/hugo/xy.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_XY_H
 #define HUGO_XY_H
 

Modified: hugo/trunk/src/test/bfs_test.cc
==============================================================================
--- hugo/trunk/src/test/bfs_test.cc	(original)
+++ hugo/trunk/src/test/bfs_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/bfs_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include "test_tools.h"
 #include <hugo/smart_graph.h>
 #include <hugo/bfs.h>

Modified: hugo/trunk/src/test/dfs_test.cc
==============================================================================
--- hugo/trunk/src/test/dfs_test.cc	(original)
+++ hugo/trunk/src/test/dfs_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/dfs_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include "test_tools.h"
 #include <hugo/smart_graph.h>
 #include <hugo/dfs.h>

Modified: hugo/trunk/src/test/dijkstra_heap_test.cc
==============================================================================
--- hugo/trunk/src/test/dijkstra_heap_test.cc	(original)
+++ hugo/trunk/src/test/dijkstra_heap_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/dijkstra_heap_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 //Tests dijsktra.h with two heap implementations:
 //the default binary heap of bin_heap.h, and the 
 //Fibonacci heap of fib_heap.h.

Modified: hugo/trunk/src/test/dijkstra_test.cc
==============================================================================
--- hugo/trunk/src/test/dijkstra_test.cc	(original)
+++ hugo/trunk/src/test/dijkstra_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/dijkstra_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include "test_tools.h"
 #include <hugo/smart_graph.h>
 #include <hugo/dijkstra.h>

Modified: hugo/trunk/src/test/error_test.cc
==============================================================================
--- hugo/trunk/src/test/error_test.cc	(original)
+++ hugo/trunk/src/test/error_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/error_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include <iostream>
 
 #include <hugo/error.h>

Modified: hugo/trunk/src/test/graph_test.cc
==============================================================================
--- hugo/trunk/src/test/graph_test.cc	(original)
+++ hugo/trunk/src/test/graph_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/graph_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include<iostream>
 #include<hugo/smart_graph.h>
 #include<hugo/skeletons/graph.h>

Modified: hugo/trunk/src/test/graph_test.h
==============================================================================
--- hugo/trunk/src/test/graph_test.h	(original)
+++ hugo/trunk/src/test/graph_test.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,18 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/test/graph_test.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
 #ifndef HUGO_TEST_GRAPH_TEST_H
 #define HUGO_TEST_GRAPH_TEST_H
 

Modified: hugo/trunk/src/test/graph_wrapper_test.cc
==============================================================================
--- hugo/trunk/src/test/graph_wrapper_test.cc	(original)
+++ hugo/trunk/src/test/graph_wrapper_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/graph_wrapper_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include<iostream>
 #include<hugo/smart_graph.h>
 #include<hugo/skeletons/graph.h>

Modified: hugo/trunk/src/test/kruskal_test.cc
==============================================================================
--- hugo/trunk/src/test/kruskal_test.cc	(original)
+++ hugo/trunk/src/test/kruskal_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/kruskal_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include <iostream>
 #include <vector>
 

Modified: hugo/trunk/src/test/min_cost_flow_test.cc
==============================================================================
--- hugo/trunk/src/test/min_cost_flow_test.cc	(original)
+++ hugo/trunk/src/test/min_cost_flow_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/min_cost_flow_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include <iostream>
 #include "test_tools.h"
 #include <hugo/list_graph.h>

Modified: hugo/trunk/src/test/path_test.cc
==============================================================================
--- hugo/trunk/src/test/path_test.cc	(original)
+++ hugo/trunk/src/test/path_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/path_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include <string>
 #include <iostream>
 #include <hugo/skeletons/path.h>

Modified: hugo/trunk/src/test/preflow_test.cc
==============================================================================
--- hugo/trunk/src/test/preflow_test.cc	(original)
+++ hugo/trunk/src/test/preflow_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/preflow_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include <fstream>
 #include <string>
 

Modified: hugo/trunk/src/test/suurballe_test.cc
==============================================================================
--- hugo/trunk/src/test/suurballe_test.cc	(original)
+++ hugo/trunk/src/test/suurballe_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/suurballe_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include <iostream>
 #include <hugo/list_graph.h>
 #include <hugo/suurballe.h>

Modified: hugo/trunk/src/test/test_tools.h
==============================================================================
--- hugo/trunk/src/test/test_tools.h	(original)
+++ hugo/trunk/src/test/test_tools.h	Thu Sep 23 17:05:20 2004
@@ -1,4 +1,19 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ * src/test/test_tools.h - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #ifndef HUGO_TEST_TEST_TOOLS_H
 #define HUGO_TEST_TEST_TOOLS_H
 

Modified: hugo/trunk/src/test/test_tools_fail.cc
==============================================================================
--- hugo/trunk/src/test/test_tools_fail.cc	(original)
+++ hugo/trunk/src/test/test_tools_fail.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/test_tools_fail.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include "test_tools.h"
 
 int main() 

Modified: hugo/trunk/src/test/test_tools_pass.cc
==============================================================================
--- hugo/trunk/src/test/test_tools_pass.cc	(original)
+++ hugo/trunk/src/test/test_tools_pass.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/test_tools_pass.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include "test_tools.h"
 
 int main() 

Modified: hugo/trunk/src/test/time_measure_test.cc
==============================================================================
--- hugo/trunk/src/test/time_measure_test.cc	(original)
+++ hugo/trunk/src/test/time_measure_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/time_measure_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include <hugo/time_measure.h>
 
 ///\file \brief Test cases for time_measure.h

Modified: hugo/trunk/src/test/unionfind_test.cc
==============================================================================
--- hugo/trunk/src/test/unionfind_test.cc	(original)
+++ hugo/trunk/src/test/unionfind_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/unionfind_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include <iostream>
 
 #include <hugo/maps.h>

Modified: hugo/trunk/src/test/xy_test.cc
==============================================================================
--- hugo/trunk/src/test/xy_test.cc	(original)
+++ hugo/trunk/src/test/xy_test.cc	Thu Sep 23 17:05:20 2004
@@ -1,3 +1,19 @@
+/* -*- C++ -*-
+ * src/test/xy_test.cc - Part of HUGOlib, a generic C++ optimization library
+ *
+ * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Combinatorial Optimization Research Group, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
 #include <hugo/xy.h>
 #include <iostream>
 #include "test_tools.h"



More information about the Lemon-commits mailing list