COIN-OR::LEMON - Graph Library

Changeset 414:5a7dbeaed70e in lemon


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
Files:
3 added
2 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
  • lemon/Makefile.am

    r399 r414  
    2121        lemon/bfs.h \
    2222        lemon/bin_heap.h \
     23        lemon/circulation.h \
    2324        lemon/color.h \
    2425        lemon/concept_check.h \
Note: See TracChangeset for help on using the changeset viewer.