Query functions have been implemented for GLPK (CPLEX breaks at the moment, I guess): These functions include:
retrieving one element of the coeff. matrix
retrieving one element of the obj function
lower bd for a variable
upper bound for a variable
lower and upper bounds for a row (these can not be handled separately at the moment)
direction of the optimization (is_max() function)
3 benchmark/edge_lookup_test
5 noinst_HEADERS += benchmark/bench_tools.h
10 benchmark/graph-bench \
12 benchmark/swap_bipartite_bench \
14 benchmark/radix_sort-bench \
15 benchmark/swap_bipartite_bench \
16 benchmark/random_bench \
21 benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
23 benchmark_hcube_SOURCES = benchmark/hcube.cc
25 benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
27 benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc
29 benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
31 benchmark_random_bench_SOURCES = benchmark/random_bench.cc
33 benchmark_edge_lookup_SOURCES = benchmark/edge_lookup.cc