[Lemon-commits] [lemon_svn] alpar: r2948 - in hugo/branches/lemon-1.0: lemon test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:51:25 CET 2006


Author: alpar
Date: Fri Sep 15 14:23:16 2006
New Revision: 2948

Added:
   hugo/branches/lemon-1.0/lemon/dim2.h
      - copied unchanged from r2947, /hugo/trunk/lemon/dim2.h
   hugo/branches/lemon-1.0/test/dim_test.cc
      - copied unchanged from r2947, /hugo/trunk/test/dim_test.cc
Modified:
   hugo/branches/lemon-1.0/lemon/Makefile.am
   hugo/branches/lemon-1.0/test/Makefile.am

Log:
dim2.h is considered stable

Modified: hugo/branches/lemon-1.0/lemon/Makefile.am
==============================================================================
--- hugo/branches/lemon-1.0/lemon/Makefile.am	(original)
+++ hugo/branches/lemon-1.0/lemon/Makefile.am	Fri Sep 15 14:23:16 2006
@@ -40,6 +40,7 @@
 ##	lemon/dag_shortest_path.h \
 ##	lemon/dfs.h \
 ##	lemon/dijkstra.h \
+	lemon/dim2.h \
 ##	lemon/dimacs.h \
 ##	lemon/edge_set.h \
 ##	lemon/edmonds_karp.h \

Modified: hugo/branches/lemon-1.0/test/Makefile.am
==============================================================================
--- hugo/branches/lemon-1.0/test/Makefile.am	(original)
+++ hugo/branches/lemon-1.0/test/Makefile.am	Fri Sep 15 14:23:16 2006
@@ -18,6 +18,7 @@
 ##	test/counter_test \
 ##	test/dfs_test \
 ##	test/dijkstra_test \
+	test/dim_test
 ##	test/edge_set_test \
 ##	test/graph_adaptor_test \
 ##	test/graph_test \
@@ -39,8 +40,7 @@
 ##	test/test_tools_pass \
 ##	test/time_measure_test \
 ##	test/ugraph_test \
-##	test/unionfind_test \
-##	test/xy_test
+##	test/unionfind_test
 
 if HAVE_GLPK
 ##check_PROGRAMS += test/lp_test
@@ -60,6 +60,7 @@
 ##test_counter_test_SOURCES = test/counter_test.cc
 ##test_dfs_test_SOURCES = test/dfs_test.cc
 ##test_dijkstra_test_SOURCES = test/dijkstra_test.cc
+test_dim_test_SOURCES = test/dim_test.cc
 ##test_edge_set_test_SOURCES = test/edge_set_test.cc
 ##test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
 ##test_graph_test_SOURCES = test/graph_test.cc
@@ -82,7 +83,6 @@
 ##test_time_measure_test_SOURCES = test/time_measure_test.cc
 ##test_ugraph_test_SOURCES = test/ugraph_test.cc
 ##test_unionfind_test_SOURCES = test/unionfind_test.cc
-##test_xy_test_SOURCES = test/xy_test.cc
 
 ##test_lp_test_SOURCES = test/lp_test.cc
 ##test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)



More information about the Lemon-commits mailing list