3 demo/sub_graph_adaptor_demo.dim
11 demo/reader_writer_demo \
14 demo/graph_to_eps_demo \
15 demo/graph_orientation \
20 demo/sub_graph_adaptor_demo \
21 demo/descriptor_map_demo \
23 demo/grid_ugraph_demo \
25 demo/topological_ordering \
26 demo/simann_maxcut_demo \
27 demo/disjoint_paths_demo \
28 demo/strongly_connected_orientation
31 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo demo/mip_demo
34 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
40 demo_csp_demo_SOURCES = demo/csp_demo.cc
42 demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc
44 demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc
46 demo_eps_demo_SOURCES = demo/eps_demo.cc
48 demo_reader_writer_demo_SOURCES = demo/reader_writer_demo.cc
50 demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc
52 demo_coloring_SOURCES = demo/coloring.cc
54 demo_maps_summary_SOURCES = demo/maps_summary.cc
56 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
58 demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc
60 demo_graph_orientation_SOURCES = demo/graph_orientation.cc
62 demo_min_route_SOURCES = demo/min_route.cc
64 demo_hello_lemon_SOURCES = demo/hello_lemon.cc
66 demo_hello_world_SOURCES = demo/hello_world.cc
68 demo_sub_graph_adaptor_demo_SOURCES = \
69 demo/sub_graph_adaptor_demo.cc \
70 demo/tight_edge_filter_map.h
72 demo_lp_demo_SOURCES = demo/lp_demo.cc
73 demo_lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
75 demo_mip_demo_SOURCES = demo/mip_demo.cc
76 demo_mip_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
78 demo_lp_maxflow_demo_SOURCES = demo/lp_maxflow_demo.cc
79 demo_lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
81 demo_descriptor_map_demo_SOURCES = demo/descriptor_map_demo.cc
83 demo_topology_demo_SOURCES = demo/topology_demo.cc
85 demo_topological_ordering_SOURCES = demo/topological_ordering.cc
87 demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc
89 demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc
91 demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc