COIN-OR::LEMON - Graph Library

Changeset 601:e8349c6f12ca in lemon-main


Ignore:
Timestamp:
02/24/09 09:46:02 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Port NetworkSimplex? from SVN -r3520 (#234)

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r528 r601  
    8686        lemon/min_cost_arborescence.h \
    8787        lemon/nauty_reader.h \
     88        lemon/network_simplex.h \
    8889        lemon/path.h \
    8990        lemon/preflow.h \
  • test/CMakeLists.txt

    r528 r601  
    3131  max_matching_test
    3232  min_cost_arborescence_test
     33  min_cost_flow_test
    3334  path_test
    3435  preflow_test
  • test/Makefile.am

    r528 r601  
    2727        test/max_matching_test \
    2828        test/min_cost_arborescence_test \
     29        test/min_cost_flow_test \
    2930        test/path_test \
    3031        test/preflow_test \
     
    6970test_max_matching_test_SOURCES = test/max_matching_test.cc
    7071test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
     72test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    7173test_path_test_SOURCES = test/path_test.cc
    7274test_preflow_test_SOURCES = test/preflow_test.cc
Note: See TracChangeset for help on using the changeset viewer.