COIN-OR::LEMON - Graph Library

Changeset 135:6e7aee618f03 in lemon for demo


Ignore:
Timestamp:
04/17/08 16:54:30 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
127:1c9a9e2f7d4d (diff), 134:0775d2ba2afb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge with graph_to_eps.h & Co.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • demo/Makefile.am

    r127 r135  
    55
    66noinst_PROGRAMS += \
    7         demo/arg_parser_demo \
     7        demo/arg_parser_demo \
     8        demo/graph_to_eps_demo \
    89        demo/lgf_demo
    910
     
    1112
    1213demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
     14demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1315demo_lgf_demo_SOURCES = demo/lgf_demo.cc
    1416
  • demo/Makefile.am

    r128 r135  
    55
    66noinst_PROGRAMS += \
    7         demo/arg_parser_demo \
    8         demo/graph_to_eps_demo
     7        demo/arg_parser_demo \
     8        demo/graph_to_eps_demo \
     9        demo/lgf_demo
    910
    1011endif WANT_DEMO
    1112
    1213demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
     14demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
     15demo_lgf_demo_SOURCES = demo/lgf_demo.cc
    1316
    14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    15 
Note: See TracChangeset for help on using the changeset viewer.