An open API service indexing awesome lists of open source software.

https://github.com/showpune/java_or-tools


https://github.com/showpune/java_or-tools

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status][docker_status]][docker_link]
[![Build Status][linux_status]][linux_link]
[![Build Status][macos_status]][macos_link]
[![Build Status][windows_status]][windows_link]

[docker_status]: https://github.com/or-tools/java_or-tools/actions/workflows/docker.yml/badge.svg
[docker_link]: https://github.com/or-tools/java_or-tools/actions/workflows/docker.yml
[linux_status]: https://github.com/or-tools/java_or-tools/actions/workflows/linux.yml/badge.svg
[linux_link]: https://github.com/or-tools/java_or-tools/actions/workflows/linux.yml
[macos_status]: https://github.com/or-tools/java_or-tools/actions/workflows/macos.yml/badge.svg
[macos_link]: https://github.com/or-tools/java_or-tools/actions/workflows/macos.yml
[windows_status]: https://github.com/or-tools/java_or-tools/actions/workflows/windows.yml/badge.svg
[windows_link]: https://github.com/or-tools/java_or-tools/actions/workflows/windows.yml

# Introduction
Sample project explaining how to use Google OR-Tools in a maven project.

# Build

```sh
mvn compile -B
```

# Run

```sh
mvn exec:java
```

# Package

```sh
mvn package -B
```

## Testing
You can test using the provided Dockerfile
```sh
docker build --tag=java_or-tools .
```