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