Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.42 KB

File metadata and controls

39 lines (29 loc) · 1.42 KB

Github-CI:
Build Status Build Status Build Status
Build Status

Build Status

Introduction

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

Testing

You can test using the provided Dockerfile

docker build --tag=python_or-tools .