COIN-OR::LEMON - Graph Library

Changeset 414:5a7dbeaed70e in lemon for demo


Ignore:
Timestamp:
11/21/08 15:42:47 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Port Circulation from svn -r3516 (#175)
Namely,

  • port the files
  • apply the migrate script
  • apply the unify script
  • fix the compilation
  • strip the demo input file
  • break long lines
Location:
demo
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • demo/Makefile.am

    r164 r414  
    11EXTRA_DIST += \
    22        demo/CMakeLists.txt \
     3        demo/circulation-input.lgf \
    34        demo/digraph.lgf
    45
     
    78noinst_PROGRAMS += \
    89        demo/arg_parser_demo \
     10        demo/circulation_demo \
    911        demo/graph_to_eps_demo \
    1012        demo/lgf_demo
     
    1315
    1416demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
     17demo_circulation_demo_SOURCES = demo/circulation_demo.cc
    1518demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1619demo_lgf_demo_SOURCES = demo/lgf_demo.cc
Note: See TracChangeset for help on using the changeset viewer.