COIN-OR::LEMON - Graph Library

Changeset 119:82a2639a05bb in lemon-1.2


Ignore:
Timestamp:
03/30/08 23:16:35 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Port time and counter utilities from svn -r3482
The mingw support has been removed

Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r109 r119  
    2121        lemon/bfs.h \
    2222        lemon/bin_heap.h \
     23        lemon/counter.h \
    2324        lemon/dfs.h \
    2425        lemon/dijkstra.h \
     
    3334        lemon/random.h \
    3435        lemon/smart_graph.h \
     36        lemon/time_measure.h \
    3537        lemon/tolerance.h \
    3638        lemon/unionfind.h
  • test/Makefile.am

    r108 r119  
    1010check_PROGRAMS += \
    1111        test/bfs_test \
     12        test/counter_test \
    1213        test/dfs_test \
    1314        test/digraph_test \
     
    2122        test/test_tools_fail \
    2223        test/test_tools_pass \
     24        test/time_measure_test \
    2325        test/unionfind_test
    2426
     
    2729
    2830test_bfs_test_SOURCES = test/bfs_test.cc
     31test_counter_test_SOURCES = test/counter_test.cc
    2932test_dfs_test_SOURCES = test/dfs_test.cc
    3033test_digraph_test_SOURCES = test/digraph_test.cc
     
    3942test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    4043test_test_tools_pass_SOURCES = test/test_tools_pass.cc
     44test_time_measure_test_SOURCES = test/time_measure_test.cc
    4145test_unionfind_test_SOURCES = test/unionfind_test.cc
Note: See TracChangeset for help on using the changeset viewer.