8000 GitHub - or-tools/python_or-tools: About Template to consume pypi ortools package
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

or-tools/python_or-tools

Repository files navigation

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 .
0