COIN-OR::LEMON - Graph Library

Changeset 2400:b199ded24c19 in lemon-0.x


Ignore:
Timestamp:
03/07/07 13:00:59 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3231
Message:

Steiner 2-approximation demo

Location:
demo
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • demo/Makefile.am

    r2389 r2400  
    1313        demo/strongly_connected_orientation.lgf \
    1414        demo/sub_gad_input.lgf \
    15         demo/u_components.lgf
    16        
     15        demo/u_components.lgf \
     16        demo/steiner.lgf
     17
    1718if WANT_DEMO
    1819
     
    4041        demo/simann_maxcut_demo \
    4142        demo/disjoint_paths_demo \
    42         demo/strongly_connected_orientation
     43        demo/strongly_connected_orientation \
     44        demo/steiner_demo
    4345
    4446if HAVE_GLPK
     
    108110
    109111demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc
     112
     113demo_steiner_demo_SOURCES=demo/steiner_demo.cc
Note: See TracChangeset for help on using the changeset viewer.