8000 GitHub - or-tools/java_or-tools: Test google/or-tools java packages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

or-tools/java_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 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 .
0