3 demo/sub_graph_adaptor_demo.dim \
4 demo/circulation-input.lgf \
6 demo/dir_components.lgf \
7 demo/disjoint_paths_demo.lgf \
8 demo/graph_orientation.lgf \
12 demo/simann_maxcut_demo.lgf \
13 demo/strongly_connected_orientation.lgf \
14 demo/sub_gad_input.lgf \
20 demo/arg_parser_demo \
21 demo/circulation_demo \
25 demo/reader_writer_demo \
28 demo/graph_to_eps_demo \
29 demo/graph_orientation \
34 demo/sub_graph_adaptor_demo \
35 demo/descriptor_map_demo \
37 demo/grid_ugraph_demo \
39 demo/topological_ordering \
40 demo/simann_maxcut_demo \
41 demo/disjoint_paths_demo \
42 demo/strongly_connected_orientation
45 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo demo/mip_demo
48 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
54 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
56 demo_csp_demo_SOURCES = demo/csp_demo.cc
58 demo_circulation_demo_SOURCES = demo/circulation_demo.cc
60 demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc
62 demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc
64 demo_eps_demo_SOURCES = demo/eps_demo.cc
66 demo_reader_writer_demo_SOURCES = demo/reader_writer_demo.cc
68 demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc
70 demo_coloring_SOURCES = demo/coloring.cc
72 demo_maps_summary_SOURCES = demo/maps_summary.cc
74 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
76 demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc
78 demo_graph_orientation_SOURCES = demo/graph_orientation.cc
80 demo_min_route_SOURCES = demo/min_route.cc
82 demo_hello_lemon_SOURCES = demo/hello_lemon.cc
84 demo_hello_world_SOURCES = demo/hello_world.cc
86 demo_sub_graph_adaptor_demo_SOURCES = \
87 demo/sub_graph_adaptor_demo.cc \
88 demo/tight_edge_filter_map.h
90 demo_lp_demo_SOURCES = demo/lp_demo.cc
91 demo_lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
93 demo_mip_demo_SOURCES = demo/mip_demo.cc
94 demo_mip_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
96 demo_lp_maxflow_demo_SOURCES = demo/lp_maxflow_demo.cc
97 demo_lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
99 demo_descriptor_map_demo_SOURCES = demo/descriptor_map_demo.cc
101 demo_topology_demo_SOURCES = demo/topology_demo.cc
103 demo_topological_ordering_SOURCES = demo/topological_ordering.cc
105 demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc
107 demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc
109 demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc