Changes in / [528:88bd39ef7d98:527:c458e02723b1] in lemon-main
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r528 r522 84 84 lemon/math.h \ 85 85 lemon/max_matching.h \ 86 lemon/min_cost_arborescence.h \87 86 lemon/nauty_reader.h \ 88 87 lemon/path.h \ -
test/CMakeLists.txt
r528 r522 30 30 maps_test 31 31 max_matching_test 32 min_cost_arborescence_test33 32 path_test 34 33 preflow_test -
test/Makefile.am
r528 r522 26 26 test/maps_test \ 27 27 test/max_matching_test \ 28 test/min_cost_arborescence_test \29 28 test/path_test \ 30 29 test/preflow_test \ … … 68 67 test_mip_test_SOURCES = test/mip_test.cc 69 68 test_max_matching_test_SOURCES = test/max_matching_test.cc 70 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc71 69 test_path_test_SOURCES = test/path_test.cc 72 70 test_preflow_test_SOURCES = test/preflow_test.cc
Note: See TracChangeset
for help on using the changeset viewer.