Add Minimal README.md to examples

This commit is contained in:
Corentin Le Molgat
2018-11-08 10:21:52 +01:00
parent f10bb2d807
commit ef89d60403
5 changed files with 94 additions and 60 deletions

10
examples/java/README.md Normal file
View File

@@ -0,0 +1,10 @@
# 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
```