| ... | ... |
@@ -28,64 +28,65 @@ |
| 28 | 28 |
$(GLPK_LIBS) \ |
| 29 | 29 |
$(CPLEX_LIBS) \ |
| 30 | 30 |
$(SOPLEX_LIBS) \ |
| 31 | 31 |
$(CLP_LIBS) \ |
| 32 | 32 |
$(CBC_LIBS) |
| 33 | 33 |
|
| 34 | 34 |
if HAVE_GLPK |
| 35 | 35 |
lemon_libemon_la_SOURCES += lemon/glpk.cc |
| 36 | 36 |
endif |
| 37 | 37 |
|
| 38 | 38 |
if HAVE_CPLEX |
| 39 | 39 |
lemon_libemon_la_SOURCES += lemon/cplex.cc |
| 40 | 40 |
endif |
| 41 | 41 |
|
| 42 | 42 |
if HAVE_SOPLEX |
| 43 | 43 |
lemon_libemon_la_SOURCES += lemon/soplex.cc |
| 44 | 44 |
endif |
| 45 | 45 |
|
| 46 | 46 |
if HAVE_CLP |
| 47 | 47 |
lemon_libemon_la_SOURCES += lemon/clp.cc |
| 48 | 48 |
endif |
| 49 | 49 |
|
| 50 | 50 |
if HAVE_CBC |
| 51 | 51 |
lemon_libemon_la_SOURCES += lemon/cbc.cc |
| 52 | 52 |
endif |
| 53 | 53 |
|
| 54 | 54 |
lemon_HEADERS += \ |
| 55 | 55 |
lemon/adaptors.h \ |
| 56 | 56 |
lemon/arg_parser.h \ |
| 57 | 57 |
lemon/assert.h \ |
| 58 | 58 |
lemon/bfs.h \ |
| 59 | 59 |
lemon/bin_heap.h \ |
| 60 |
lemon/cbc.h \ |
|
| 60 | 61 |
lemon/circulation.h \ |
| 61 | 62 |
lemon/clp.h \ |
| 62 | 63 |
lemon/color.h \ |
| 63 | 64 |
lemon/concept_check.h \ |
| 64 | 65 |
lemon/config.h \ |
| 65 | 66 |
lemon/connectivity.h \ |
| 66 | 67 |
lemon/counter.h \ |
| 67 | 68 |
lemon/core.h \ |
| 68 | 69 |
lemon/cplex.h \ |
| 69 | 70 |
lemon/dfs.h \ |
| 70 | 71 |
lemon/dijkstra.h \ |
| 71 | 72 |
lemon/dim2.h \ |
| 72 | 73 |
lemon/dimacs.h \ |
| 73 | 74 |
lemon/edge_set.h \ |
| 74 | 75 |
lemon/elevator.h \ |
| 75 | 76 |
lemon/error.h \ |
| 76 | 77 |
lemon/euler.h \ |
| 77 | 78 |
lemon/full_graph.h \ |
| 78 | 79 |
lemon/glpk.h \ |
| 79 | 80 |
lemon/gomory_hu.h \ |
| 80 | 81 |
lemon/graph_to_eps.h \ |
| 81 | 82 |
lemon/grid_graph.h \ |
| 82 | 83 |
lemon/hypercube_graph.h \ |
| 83 | 84 |
lemon/kruskal.h \ |
| 84 | 85 |
lemon/hao_orlin.h \ |
| 85 | 86 |
lemon/lgf_reader.h \ |
| 86 | 87 |
lemon/lgf_writer.h \ |
| 87 | 88 |
lemon/list_graph.h \ |
| 88 | 89 |
lemon/lp.h \ |
| 89 | 90 |
lemon/lp_base.h \ |
| 90 | 91 |
lemon/lp_skeleton.h \ |
| 91 | 92 |
lemon/list_graph.h \ |
0 comments (0 inline)