https://github.com/showpune/java_or-tools
https://github.com/showpune/java_or-tools
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/showpune/java_or-tools
- Owner: showpune
- License: apache-2.0
- Created: 2023-06-19T01:42:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:46:24.000Z (over 2 years ago)
- Last Synced: 2025-01-24T10:47:08.484Z (over 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```