From 4eb338fc57bff6da6509bc6402bd47f6c7f31116 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 23 Aug 2021 13:24:19 +0200 Subject: [PATCH] Fix format in examples/cpp/README.md --- examples/cpp/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/cpp/README.md b/examples/cpp/README.md index f4aa1d0b88..31bed072e2 100644 --- a/examples/cpp/README.md +++ b/examples/cpp/README.md @@ -1,5 +1,6 @@ # C++ examples -The following examples showcase how to use the different Operations Research libraries. +The following examples showcase how to use the different Operations Research +libraries. ## Examples list - Constraint Solver examples: @@ -55,8 +56,8 @@ 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 -Running the examples will involve building them, then running them. +## 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/.cc