equal
deleted
inserted
replaced
15 demo/u_components.lgf |
15 demo/u_components.lgf |
16 |
16 |
17 if WANT_DEMO |
17 if WANT_DEMO |
18 |
18 |
19 noinst_PROGRAMS += \ |
19 noinst_PROGRAMS += \ |
|
20 demo/arg_parser_demo \ |
20 demo/circulation_demo \ |
21 demo/circulation_demo \ |
21 demo/csp_demo \ |
22 demo/csp_demo \ |
22 demo/dim_to_dot \ |
23 demo/dim_to_dot \ |
23 demo/dijkstra_demo \ |
24 demo/dijkstra_demo \ |
24 demo/reader_writer_demo \ |
25 demo/reader_writer_demo \ |
47 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo |
48 noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo |
48 endif HAVE_CPLEX |
49 endif HAVE_CPLEX |
49 endif !HAVE_GLPK |
50 endif !HAVE_GLPK |
50 |
51 |
51 endif WANT_DEMO |
52 endif WANT_DEMO |
|
53 |
|
54 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc |
52 |
55 |
53 demo_csp_demo_SOURCES = demo/csp_demo.cc |
56 demo_csp_demo_SOURCES = demo/csp_demo.cc |
54 |
57 |
55 demo_circulation_demo_SOURCES = demo/circulation_demo.cc |
58 demo_circulation_demo_SOURCES = demo/circulation_demo.cc |
56 |
59 |