equal
deleted
inserted
replaced
23 lemon_libemon_la_SOURCES += lemon/mip_glpk.cc |
23 lemon_libemon_la_SOURCES += lemon/mip_glpk.cc |
24 endif |
24 endif |
25 |
25 |
26 if HAVE_CPLEX |
26 if HAVE_CPLEX |
27 lemon_libemon_la_SOURCES += lemon/lp_cplex.cc |
27 lemon_libemon_la_SOURCES += lemon/lp_cplex.cc |
|
28 lemon_libemon_la_SOURCES += lemon/mip_cplex.cc |
28 endif |
29 endif |
29 |
30 |
30 lemon_HEADERS += \ |
31 lemon_HEADERS += \ |
31 lemon/bellman_ford.h \ |
32 lemon/bellman_ford.h \ |
32 lemon/bfs.h \ |
33 lemon/bfs.h \ |
76 lemon/max_matching.h \ |
77 lemon/max_matching.h \ |
77 lemon/min_cost_arborescence.h \ |
78 lemon/min_cost_arborescence.h \ |
78 lemon/min_cost_flow.h \ |
79 lemon/min_cost_flow.h \ |
79 lemon/min_cut.h \ |
80 lemon/min_cut.h \ |
80 lemon/mip_glpk.h \ |
81 lemon/mip_glpk.h \ |
|
82 lemon/mip_cplex.h \ |
81 lemon/path.h \ |
83 lemon/path.h \ |
82 lemon/polynomial.h \ |
84 lemon/polynomial.h \ |
83 lemon/preflow.h \ |
85 lemon/preflow.h \ |
84 lemon/prim.h \ |
86 lemon/prim.h \ |
85 lemon/radix_heap.h \ |
87 lemon/radix_heap.h \ |