COIN-OR::LEMON - Graph Library

Changeset 1203:07682e24c4e8 in lemon


Ignore:
Timestamp:
01/09/11 00:57:12 (13 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

A detailed test file for TSP algorithms (#386)

Location:
test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r1021 r1203  
    4545  suurballe_test
    4646  time_measure_test
     47  tsp_test
    4748  unionfind_test
    4849)
  • test/Makefile.am

    r1021 r1203  
    4949        test/test_tools_pass \
    5050        test/time_measure_test \
     51        test/tsp_test \
    5152        test/unionfind_test
    5253
     
    103104test_test_tools_pass_SOURCES = test/test_tools_pass.cc
    104105test_time_measure_test_SOURCES = test/time_measure_test.cc
     106test_tsp_test_SOURCES = test/tsp_test.cc
    105107test_unionfind_test_SOURCES = test/unionfind_test.cc
Note: See TracChangeset for help on using the changeset viewer.