# qpiai-opt-api

qpiai-opt optimization solver API to access solver.

# Installation steps
1. Download the project and place it in a location of your choice
2. Copy the path of the project : "<path-to-directory-containing-project>/qpiai-opt"
3. Run this python script.

    <code>import sys
    sys.path.insert(0, "path-to-project-directory/qpiai-opt")</code>

# Tutorial
Refer to [QpiAI-API tutorial](https://gitlab.qpiai.tech/qpiquantum/optimisation/qpi-opt-docs/-/blob/main/Turorial%20-%20qpiai-opt%20api%20usage.ipynb)
