Sample project explaining how to use Google OR-Tools in a Python project.
python3 -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt
./basic_example.py
You can test using the provided Dockerfile
docker build --tag=python_or-tools .