equal
deleted
inserted
replaced
3 demo/sub_graph_adaptor_demo.dim |
3 demo/sub_graph_adaptor_demo.dim |
4 |
4 |
5 if WANT_DEMO |
5 if WANT_DEMO |
6 |
6 |
7 noinst_PROGRAMS += \ |
7 noinst_PROGRAMS += \ |
|
8 demo/csp_demo \ |
8 demo/dim_to_dot \ |
9 demo/dim_to_dot \ |
9 demo/dijkstra_demo \ |
10 demo/dijkstra_demo \ |
10 demo/reader_writer_demo \ |
11 demo/reader_writer_demo \ |
11 demo/dim_to_lgf \ |
12 demo/dim_to_lgf \ |
12 demo/eps_demo \ |
13 demo/eps_demo \ |
33 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo |
34 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo |
34 endif HAVE_CPLEX |
35 endif HAVE_CPLEX |
35 endif !HAVE_GLPK |
36 endif !HAVE_GLPK |
36 |
37 |
37 endif WANT_DEMO |
38 endif WANT_DEMO |
|
39 |
|
40 demo_csp_demo_SOURCES = demo/csp_demo.cc |
38 |
41 |
39 demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc |
42 demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc |
40 |
43 |
41 demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc |
44 demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc |
42 |
45 |