COIN-OR::LEMON - Graph Library

Changeset 1296:12078ddcf065 in lemon-0.x for src/demo


Ignore:
Timestamp:
04/04/05 12:11:47 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1730
Message:

dimacs_to_lgf demo
may we need a tools directory?

Location:
src/demo
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/demo/Makefile.am

    r1073 r1296  
    33EXTRA_DIST = sub_graph_wrapper_demo.dim
    44
    5 noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo graph_to_eps_demo
     5noinst_PROGRAMS =       dim_to_dot                                      \
     6                        sub_graph_wrapper_demo                          \
     7                        graph_to_eps_demo                               \
     8                        dim_to_lgf
    69
    710dim_to_dot_SOURCES = dim_to_dot.cc
     
    1013
    1114graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
     15
     16dim_to_lgf_SOURCES = dim_to_lgf.cc
Note: See TracChangeset for help on using the changeset viewer.