Skip to content

Installation

Install Pyoframe

pip install pyoframe

Install a solver

pip install pyoframe[highs]
  1. Install Gurobi from their website.
  2. Ensure you have a valid Gurobi license installed on your machine.

Note: installing Gurobi via pip will not work since we access Gurobi through its C API not through Python.

We'd be glad to add more solvers! Just let us know what you'd like :)