equal
deleted
inserted
replaced
132 location. |
132 location. |
133 |
133 |
134 See http://docs.mathjax.org/en/latest/installation.html for more details. |
134 See http://docs.mathjax.org/en/latest/installation.html for more details. |
135 |
135 |
136 |
136 |
|
137 -DLEMON_ENABLE_GLPK=NO |
|
138 -DLEMON_ENABLE_COIN=NO |
|
139 -DLEMON_ENABLE_ILOG=NO |
|
140 |
|
141 Enable optional third party libraries. They are all enabled by default. |
|
142 |
|
143 -DLEMON_DEFAULT_LP=GLPK |
|
144 |
|
145 Sets the default LP solver backend. The supported values are |
|
146 CPLEX, CLP and GLPK. By default, it is set to the first one which |
|
147 is enabled and succesfully discovered. |
|
148 |
|
149 -DLEMON_DEFAULT_MIP=GLPK |
|
150 |
|
151 Sets the default MIP solver backend. The supported values are |
|
152 CPLEX, CBC and GLPK. By default, it is set to the first one which |
|
153 is enabled and succesfully discovered. |
|
154 |
137 -DGLPK_ROOT_DIR=DIRECTORY |
155 -DGLPK_ROOT_DIR=DIRECTORY |
138 -DCOIN_ROOT_DIR=DIRECTORY |
156 -DCOIN_ROOT_DIR=DIRECTORY |
139 -DCPLEX_ROOT_DIR=DIRECTORY |
157 -DILOG_ROOT_DIR=DIRECTORY |
140 |
158 |
141 Install root directory prefixes of optional third party libraries. |
159 Root directory prefixes of optional third party libraries. |
142 |
160 |
143 Makefile Variables |
161 Makefile Variables |
144 ================== |
162 ================== |
145 |
163 |
146 make VERBOSE=1 |
164 make VERBOSE=1 |