14 lines
210 B
C++
14 lines
210 B
C++
#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") {
|
|
|
|
}
|
|
|
|
} |