$ cmake -Bbuild
$ cmake --build buildIf you are on Windows,
$ cmake --build build --config releaseAfter building
$ cmake --build build --target docsDocs are inside build/docs/html in html format.
In build directory
./build/app/main file1 file2where file1 is the file containing the DAG (with a specific and given format) and file2 is the output file, storing the labeling.
After building, test are inside build/test. Tests include also a banchmark application to compare the parallel DFS timing with the sequetial one.
On Unix environment,
$ cmake --build build --target test