Changeset 1435:8e85e6bbefdf in lemon-0.x for test
- Timestamp:
- 05/23/05 06:48:14 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1909
- Location:
- test
- Files:
-
- 33 moved
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r1401 r1435 1 AM_CPPFLAGS = -I$(top_srcdir) /src2 LDADD = $(top_builddir)/ src/lemon/libemon.la1 AM_CPPFLAGS = -I$(top_srcdir) 2 LDADD = $(top_builddir)/lemon/libemon.la 3 3 4 4 EXTRA_DIST = preflow_graph.dim dijkstra_test.lgf -
test/bfs_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/bfs_test.cc - Part of LEMON, a generic C++ optimization library2 * test/bfs_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/dfs_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/dfs_test.cc - Part of LEMON, a generic C++ optimization library2 * test/dfs_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/dijkstra_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/dijkstra_test.cc - Part of LEMON, a generic C++ optimization library2 * test/dijkstra_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/error_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/error_test.cc - Part of LEMON, a generic C++ optimization library2 * test/error_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/graph_adaptor_test.cc
r1401 r1435 1 1 /* -*- C++ -*- 2 * src/test/graph_adaptor_test.cc - Part of LEMON, a generic C++ optimization library2 * test/graph_adaptor_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/graph_factory_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/graph_test.cc - Part of LEMON, a generic C++ optimization library2 * test/graph_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/graph_test.h
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/graph_test.h - Part of LEMON, a generic C++ optimization library2 * test/graph_test.h - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/graph_utils_test.h
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/graph_utils_test.h - Part of LEMON, a generic C++ optimization library2 * test/graph_utils_test.h - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/kruskal_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/kruskal_test.cc - Part of LEMON, a generic C++ optimization library2 * test/kruskal_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/map_test.h
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/map_test.h - Part of LEMON, a generic C++ optimization library2 * test/map_test.h - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/max_matching_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/max_matching_test.cc -2 * test/max_matching_test.cc - 3 3 * Part of LEMON, a generic C++ optimization library 4 4 * -
test/min_cost_flow_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/min_cost_flow_test.cc - Part of LEMON, a generic C++ optimization library2 * test/min_cost_flow_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/path_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/path_test.cc - Part of LEMON, a generic C++ optimization library2 * test/path_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/preflow_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/preflow_test.cc - Part of LEMON, a generic C++ optimization library2 * test/preflow_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/suurballe_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/suurballe_test.cc - Part of LEMON, a generic C++ optimization library2 * test/suurballe_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/sym_graph_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/sym_graph_test.cc - Part of LEMON, a generic C++ optimization library2 * test/sym_graph_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/sym_graph_test.h
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/sym_graph_test.h - Part of LEMON, a generic C++ optimization library2 * test/sym_graph_test.h - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/test_tools.h
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/test_tools.h - Part of LEMON, a generic C++ optimization library2 * test/test_tools.h - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/test_tools_fail.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/test_tools_fail.cc - Part of LEMON, a generic C++ optimization library2 * test/test_tools_fail.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/test_tools_pass.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/test_tools_pass.cc - Part of LEMON, a generic C++ optimization library2 * test/test_tools_pass.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/time_measure_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/time_measure_test.cc - Part of LEMON, a generic C++ optimization library2 * test/time_measure_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/unionfind_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/unionfind_test.cc - Part of LEMON, a generic C++ optimization library2 * test/unionfind_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport -
test/xy_test.cc
r1359 r1435 1 1 /* -*- C++ -*- 2 * src/test/xy_test.cc - Part of LEMON, a generic C++ optimization library2 * test/xy_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
Note: See TracChangeset
for help on using the changeset viewer.