COIN-OR::LEMON - Graph Library

Changeset 2375:e30a0fdad0d7 in lemon-0.x for demo


Ignore:
Timestamp:
02/20/07 16:53:33 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3193
Message:

A preflow based general network circulation algorithm and a simple demo

Location:
demo
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • demo/Makefile.am

    r2360 r2375  
    11EXTRA_DIST += \
    22        demo/Makefile \
    3         demo/sub_graph_adaptor_demo.dim
    4 
     3        demo/sub_graph_adaptor_demo.dim \
     4        demo/circulation-input.lgf \
     5        demo/coloring.lgf \
     6        demo/dir_components.lgf \
     7        demo/disjoint_paths_demo.lgf \
     8        demo/graph_orientation.lgf \
     9        demo/partitions.lgf \
     10        demo/route.lgf \
     11        demo/sample.lgf \
     12        demo/simann_maxcut_demo.lgf \
     13        demo/strongly_connected_orientation.lgf \
     14        demo/sub_gad_input.lgf \
     15        demo/u_components.lgf
     16       
    517if WANT_DEMO
    618
    719noinst_PROGRAMS += \
     20        demo/circulation_demo \
    821        demo/csp_demo \
    922        demo/dim_to_dot \
     
    3952
    4053demo_csp_demo_SOURCES = demo/csp_demo.cc
     54
     55demo_circulation_demo_SOURCES = demo/circulation_demo.cc
    4156
    4257demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc
Note: See TracChangeset for help on using the changeset viewer.