Files
ortools-clone/examples/java/README.md
2018-11-08 10:22:10 +01:00

11 lines
355 B
Markdown

# Java examples
The following examples showcase how to use the different Operations Research libraries.
# Execution
Running the examples will involve building them, then running them.
You can run the following command from the **top** directory:
```shell
make build SOURCE=examples/java/<example>.java
make run SOURCE=examples/java/<example>.java
```