Skip to content

Commit 87abd6e

Browse files
committed
Update KNITRO installation instructions to reflect MacOS support changes
1 parent 735a0d0 commit 87abd6e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/source/getting_started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The typical paths where the dynamic library of optimizers are located are as fol
105105
- `C:\Program Files\Artelys\KNITRO 15.1\lib`
106106
- `/opt/knitro/15.1/lib`
107107
- `/opt/knitro/15.1/lib`
108-
- `/opt/knitro/15.1/lib`
108+
- ``
109109
:::
110110

111111
### Gurobi
@@ -171,6 +171,8 @@ For KNITRO, the automatic detection looks for the following things in order:
171171
2. `knitro.dll`/`libknitro.so`/`libknitro.dylib` in the system loadable path
172172
3. The installation of `knitro` PyPI package.
173173

174+
KNITRO dropped support for MacOS intel since version 15.0, so using KNITRO on MacOS intel is not supported.
175+
174176
## Manually specifying the path of the dynamic library of optimizer
175177

176178
If the automatic detection fails or you want to use the optimizer in a customized location, you can manually specify the path of the dynamic library of the optimizer.
@@ -242,7 +244,7 @@ The typical paths where the dynamic library of optimizers are located are as fol
242244
- `C:\Program Files\Artelys\KNITRO 15.1\lib\knitro.dll`
243245
- `/opt/knitro/15.1/lib/libknitro.so`
244246
- `/opt/knitro/15.1/lib/libknitro.dylib`
245-
- `/opt/knitro/15.1/lib/libknitro.dylib`
247+
- ``
246248
:::
247249

248250
## Let's build a simple model and solve it

0 commit comments

Comments
 (0)