Refactor file names to better understand inheritance of the skeleton of RZ algorithms

This commit is contained in:
stefiosif
2022-09-25 17:27:21 +03:00
parent ffc3ae4ec3
commit 95e7d56c1e
8 changed files with 127 additions and 67 deletions

View File

@@ -0,0 +1,8 @@
#include <src/include/nanobench.h>
#include <doctest/doctest.h>
using namespace graph;
TEST_SUITE("Dynamic Reachability Bench") {
}