tools/Makefile.am
author kpeter
Fri, 29 Feb 2008 15:55:13 +0000
changeset 2586 37fb2c384c78
parent 2390 8450951a8e2d
permissions -rw-r--r--
Reimplemented Suurballe class.

- The new version is the specialized version of CapacityScaling.
- It is about 10-20 times faster than the former Suurballe algorithm
and about 20-50 percent faster than CapacityScaling.
- Doc improvements.
- The test file is also replaced.
     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