tools/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 17 Apr 2009 18:04:36 +0200
changeset 656 e6927fe719e6
parent 570 d9e43511d11c
child 721 0cd6d84103a4
permissions -rw-r--r--
Support >= and <= constraints in NetworkSimplex (#219, #234)

By default the same inequality constraints are supported as by
Circulation (the GEQ form), but the LEQ form can also be selected
using the problemType() function.

The documentation of the min. cost flow module is reworked and
extended with important notes and explanations about the different
variants of the problem and about the dual solution and optimality
conditions.
ladanyi@1
     1
if WANT_TOOLS
ladanyi@1
     2
alpar@400
     3
bin_PROGRAMS += \
alpar@573
     4
	tools/dimacs-solver \
alpar@570
     5
	tools/dimacs-to-lgf \
alpar@570
     6
	tools/lgf-gen
alpar@400
     7
alpar@310
     8
dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
ladanyi@1
     9
ladanyi@1
    10
endif WANT_TOOLS
alpar@400
    11
alpar@573
    12
tools_dimacs_solver_SOURCES = tools/dimacs-solver.cc
alpar@400
    13
tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc
alpar@570
    14
tools_lgf_gen_SOURCES = tools/lgf-gen.cc