Revert broken auto format

This commit is contained in:
Mizux Seiha
2020-10-21 09:03:08 +02:00
parent 288d3f5ed4
commit cbc3aaee80
3 changed files with 583 additions and 315 deletions

View File

@@ -1,4 +1,4 @@
#C++ examples
# C++ examples
The following examples showcase how to use the different Operations Research libraries.
## Examples list
@@ -55,9 +55,10 @@ The following examples showcase how to use the different Operations Research lib
- model_util.cc A utility to manipulate model files (.cp) dumped by the
solver.
#Execution
# 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/cpp/<example>.cc
make run SOURCE=examples/cpp/<example>.cc
```