Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 828 Bytes

README.java.md

File metadata and controls

28 lines (21 loc) · 828 Bytes

Introduction

This file describes how to use OR-Tools in Java with the binary archives.

OR-Tools online documentation is here

Full installation instructions are located here

These modules have been tested under:

  • CentOS 8 (64 bit).
  • Debian 11 (64 bit).
  • Fedora 33 and up (64 bit).
  • Ubuntu 18.04 LTS and up (64 bit).
  • MacOS 12.2 Monterey (64 bit).
  • Microsoft Windows with Visual Studio 2022 (64-bit)

Upon decompressing the archive, you will get the following structure:

or-tools/
  [LICENSE](LICENSE)              <- Apache License
  [README.md](README.md)          <- This file
  [examples/data/](examples/data) <- Data for the examples
  [examples/java](examples/java)  <- Java examples