Minor project updates and add 2 example datasets
This commit is contained in:
14
test/fully_dynamic_test.cc
Normal file
14
test/fully_dynamic_test.cc
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <doctest/doctest.h>
|
||||
|
||||
#include "algorithm/decremental_scc.h"
|
||||
#include "algorithm/frigioni.h"
|
||||
|
||||
using namespace graph;
|
||||
|
||||
TEST_SUITE("Fully dynamic algorithms") {
|
||||
|
||||
TEST_CASE("Fully dynamic 1") {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user