Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions KNITRO.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,11 @@ However, unless the differences are dramatic, you may be better off leaving the
- If you see an error like `AttributeNotSupported`, this is likely because the `JuMP` interface for KNITRO has a bug. If that feature is essential, consider using the KNITRO-specific API found [here](https://www.artelys.com/docs/knitro/3_referenceManual/knitroJuliareference.html).

# Python

See https://www.artelys.com/docs/knitro/2_userGuide/gettingStarted/startPython.html#how-to-use-the-knitro-python-interface for setup instructions

**Note** that (at least on OSX) the setup script is at `examples/Python/setup.py`, and not `Python/build/setup.py` as the docs say.

After installation, try
```python
from knitro import *
Expand Down