src/work/athos/makefile
author athos
Tue, 04 May 2004 16:52:15 +0000
changeset 530 d9c06ac0b3a3
parent 511 325c9430723e
child 551 d167149bde95
permissions -rw-r--r--
Minimum cost flows of small values: algorithm from Andras Frank's lecture notes (approximately)
athos@527
     1
BINARIES = suurballe minlength_demo mincostflows_test
athos@511
     2
INCLUDEDIRS= -I../../include -I.. -I../{athos,klao,marci,jacint,alpar,johanna,akos} 
athos@511
     3
include ../makefile
athos@36
     4