equal
deleted
inserted
replaced
148 prefix (which is unlikely). |
148 prefix (which is unlikely). |
149 |
149 |
150 --without-soplex |
150 --without-soplex |
151 |
151 |
152 Disable SoPlex support. |
152 Disable SoPlex support. |
|
153 |
|
154 --with-coin[=PREFIX] |
|
155 |
|
156 Enable support for COIN-OR solvers (CLP and CBC). You should |
|
157 specify the prefix too. (by default, COIN-OR tools install |
|
158 themselves to the source code directory). This command enables the |
|
159 solvers that are actually found. |
|
160 |
|
161 --with-coin-includedir=DIR |
|
162 |
|
163 The directory where the COIN-OR header files are located. This is |
|
164 only useful when the COIN-OR headers and libraries are not under |
|
165 the same prefix (which is unlikely). |
|
166 |
|
167 --with-coin-libdir=DIR |
|
168 |
|
169 The directory where the COIN-OR libraries are located. This is only |
|
170 useful when the COIN-OR headers and libraries are not under the |
|
171 same prefix (which is unlikely). |
|
172 |
|
173 --without-coin |
|
174 |
|
175 Disable COIN-OR support. |