src/benchmark/Makefile.am
author marci
Tue, 17 Aug 2004 13:20:46 +0000
changeset 764 615aca7091d2
parent 711 b6c56353832c
child 1351 551ffd3bcbb7
permissions -rw-r--r--
An experimental LPSolverWrapper class which uses glpk. For a short
demo, max flow problems are solved with it. This demo does not
demonstrates, but the main aims of this class are row and column
generation capabilities, i.e. to be a core for easily
implementable branch-and-cut a column generetion algorithms.
     1 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/work  -I$(top_srcdir)/src/work/marci
     2 
     3 noinst_PROGRAMS = graph-bench hcube bfs-bench
     4 
     5 graph_bench_SOURCES = graph-bench.cc bench_tools.h
     6 
     7 hcube_SOURCES = hcube.cc bench_tools.h
     8 
     9 bfs_bench_SOURCES = bfs-bench.cc bench_tools.h