tools/Makefile.am
author kpeter
Mon, 18 Feb 2008 03:34:16 +0000
changeset 2577 2c6204d4b0f6
parent 2390 8450951a8e2d
permissions -rw-r--r--
Add a cost scaling min cost flow algorithm.

Add a cost scaling algorithm, which is performing generalized
push-relabel operations. It is almost as efficient as the capacity
scaling algorithm, but slower than network simplex.
     1 EXTRA_DIST += \
     2 	tools/Makefile
     3 
     4 	
     5 if WANT_TOOLS
     6 
     7 bin_PROGRAMS += \
     8 	tools/dim_to_lgf \
     9 	tools/lgf-gen
    10 
    11 endif WANT_TOOLS
    12 
    13 tools_lgf_gen_SOURCES = tools/lgf-gen.cc
    14 
    15 tools_dim_to_lgf_SOURCES = tools/dim_to_lgf.cc