tket
Loading...
Searching...
No Matches
Classes | Typedefs
tket::graphs::detail Namespace Reference

Classes

class  BicomponentGraph
 A BicomponentGraph has biconnected components as vertices and APs as edges: two vertices are connected iff there is an AP that connects them. More...
 
class  BicomponentGraphTester
 Class exposing private API of BicomponentGraph for testing. More...
 
class  NoSelectedComponent
 Exception raised when subarchitecture is empty. More...
 
class  TreeSearch
 
class  TreeSearch< Graph, void, true >
 
class  TreeSearchBase
 

Typedefs

template<typename T >
using EdgeToCompT = std::map< utils::edge< UndirectedConnGraph< T > >, unsigned >
 

Typedef Documentation

◆ EdgeToCompT

template<typename T >
using tket::graphs::detail::EdgeToCompT = typedef std::map<utils::edge<UndirectedConnGraph<T> >, unsigned>

Definition at line 34 of file ArticulationPoints.cpp.