examples/cpp/README.md
The following examples showcase how to use the different Operations Research libraries.
Constraint Solver examples:
Routing examples:
Graph examples:
Linear and integer programming examples:
Running the examples will involve building them, then running them.
You can run the following command from the top directory:
make build SOURCE=examples/cpp/<example>.cc
make run SOURCE=examples/cpp/<example>.cc