Skip to content

Installation

From PyPI

pip install polar-high

From source

git clone https://github.com/nodal-tools/polar-high.git
cd polar-high
pip install -e .

Optional extras

Extra Installs Use
test pytest Running the test suite
docs mkdocs-material, mkdocstrings[python], mike, mkdocs-include-markdown-plugin Building this site locally
pip install -e ".[test]"          # for tests
pip install -e ".[docs]"          # for docs
pip install -e ".[test,docs]"     # both

Requirements

No system-level solver install is required: HiGHS comes from highspy. If you want to swap in a different HiGHS build, drop in a different highspy wheel.