COIN-OR::LEMON - Graph Library

Changeset 2084:59769591eb60 in lemon-0.x for demo/Makefile.am


Ignore:
Timestamp:
05/15/06 11:49:51 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2749
Message:

Documentation improvements

Rearrangements:

IO modules
Algorithms

New documentation:

SwapBpUGraphAdaptor

Demos:

strongly_connected_orientation.cc

Benchmarks:

swap_bipartite_bench.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/Makefile.am

    r2081 r2084  
    2020        topology_demo \
    2121        simann_maxcut_demo \
    22         disjoint_paths_demo
     22        disjoint_paths_demo \
     23        strongly_connected_orientation
    2324
    2425if HAVE_GLPK
     
    6970simann_maxcut_demo_SOURCES = simann_maxcut_demo.cc
    7071
    71 disjoint_paths_demo_SOURCES = disjoint_paths.cc
     72disjoint_paths_demo_SOURCES = disjoint_paths_demo.cc
     73
     74strongly_connected_orientation_SOURCES = strongly_connected_orientation.cc
Note: See TracChangeset for help on using the changeset viewer.