COIN-OR::LEMON - Graph Library

Changeset 922:54464584b157 in lemon-1.2 for test


Ignore:
Timestamp:
08/02/11 18:13:34 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
923:c8c8801db0a4, 924:3dcb45a871c3
Phase:
public
Message:

Allow lgf file without Arc maps (#382)

A single '-' character in the @arcs sectio header indicates that
there is no arc map.

Location:
test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r499 r922  
    1919  heap_test
    2020  kruskal_test
     21  lgf_test
    2122  maps_test
    2223  random_test
  • test/Makefile.am

    r228 r922  
    1919        test/heap_test \
    2020        test/kruskal_test \
     21        test/lgf_test \
    2122        test/maps_test \
    2223        test/random_test \
     
    4243test_heap_test_SOURCES = test/heap_test.cc
    4344test_kruskal_test_SOURCES = test/kruskal_test.cc
     45test_lgf_test_SOURCES = test/lgf_test.cc
    4446test_maps_test_SOURCES = test/maps_test.cc
    4547test_path_test_SOURCES = test/path_test.cc
Note: See TracChangeset for help on using the changeset viewer.