Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.4 KB

File metadata and controls

49 lines (35 loc) · 1.4 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 maven project.

Build

mvn compile -B

Run

mvn exec:java

Package

mvn package -B

Testing

You can test using the provided Dockerfile

docker build --tag=java_or-tools .