indigoX
treedecomp.hpp File Reference
#include "../utils/graph.hpp"
#include "permutablegraph.hpp"
#include <map>
#include <set>
#include <string>
+ Include dependency graph for treedecomp.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  _TDecomp
 
struct  TDVertProp
 

Namespaces

 indigox
 Namespace for all graph related functionality.
 

Typedefs

typedef utils::Graph< TDVertProp, utils::NoProperty, utils::UndirectedGraph > _TDGraph
 
typedef std::shared_ptr< _TDecomp > TDecomp
 
typedef _TDGraph::EdgeType TDEdge
 
typedef _TDGraph::EdgeBool TDEdgeBool
 
typedef _TDGraph::EdgeIter TDEdgeIter
 
typedef _TDGraph::EdgeIterPair TDEdgeIterPair
 
typedef _TDGraph::NbrsIterPair TDNbrsIterPair
 
typedef _TDGraph::NbrsIter TDNeighboursIter
 
typedef _TDGraph::PredIter TDPredecessorsIter
 
typedef _TDGraph::PredIterPair TDPredIterPair
 
typedef _TDGraph::VertBool TDVertBool
 
typedef _TDGraph::VertType TDVertex
 
typedef _TDGraph::VertIter TDVertexIter
 
typedef _TDGraph::VertIterPair TDVertIterPair
 
typedef _TDGraph::VertTypePair TDVertPair