Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
tree_decomposition_test.cc File Reference

Strong tests for Heavy-Light and Centroid decomposition on Aleph graphs. More...

#include <gtest/gtest.h>
#include <Tree_Decomposition.H>
#include <tpl_agraph.H>
#include <tpl_graph.H>
#include <tpl_sgraph.H>
#include <cstddef>
#include <limits>
#include <random>
#include <utility>
#include <vector>
#include "test_graph_helpers.h"
Include dependency graph for tree_decomposition_test.cc:

Go to the source code of this file.

Functions

 TYPED_TEST (TreeDecompositionTypedTest, EmptyGraph)
 
 TYPED_TEST (TreeDecompositionTypedTest, InvalidGraphsThrow)
 
 TYPED_TEST (TreeDecompositionTypedTest, ArcFilterSupport)
 
 TYPED_TEST (TreeDecompositionTypedTest, DeterministicHeavyLightQueries)
 
 TYPED_TEST (TreeDecompositionTypedTest, RandomHeavyLightAgainstOracle)
 
 TYPED_TEST (TreeDecompositionTypedTest, CentroidAnnotationsAndDynamicNearest)
 

Detailed Description

Strong tests for Heavy-Light and Centroid decomposition on Aleph graphs.

Definition in file tree_decomposition_test.cc.

Function Documentation

◆ TYPED_TEST() [1/6]

◆ TYPED_TEST() [2/6]

◆ TYPED_TEST() [3/6]

◆ TYPED_TEST() [4/6]

◆ TYPED_TEST() [5/6]

◆ TYPED_TEST() [6/6]