9 #ifndef INDIGOX_CLASSES_PERMUTABLEGRAPH_HPP 10 #define INDIGOX_CLASSES_PERMUTABLEGRAPH_HPP 12 #include "../utils/graph.hpp" 13 #include "molecular_graph.hpp" 50 MolecularGraph source_;
_PermGraph::NbrsIterPair PermNbrsIterPair
Definition: permutablegraph.hpp:30
MolecularGraph GetSourceGraph()
Definition: permutablegraph.hpp:46
utils::Graph< PermVertProp > _PermGraph
Definition: permutablegraph.hpp:26
std::vector< PermVertex > ElimOrder
Definition: permutablegraph.hpp:34
_PermGraph::VertIter PermVertIter
Definition: permutablegraph.hpp:29
Definition: permutablegraph.hpp:19
_PermGraph::VertType PermVertex
Definition: permutablegraph.hpp:27
uid_t bag
Definition: permutablegraph.hpp:21
Namespace for all graph related functionality.
Definition: access.hpp:7
std::string ToDGFString()
MolVertPair source
Definition: permutablegraph.hpp:20
Definition: permutablegraph.hpp:36
void EliminateVertex(PermVertex)
void SetInput(MolecularGraph)
std::shared_ptr< _PermutableGraph > PermutableGraph
Definition: permutablegraph.hpp:24
_PermGraph::VertIterPair PermVertIterPair
Definition: permutablegraph.hpp:31
_PermGraph::NbrsIter PermNbrsIter
Definition: permutablegraph.hpp:28
std::string PGVToMGVTable()
_PermGraph::EdgeIterPair PermEdgeIterPair
Definition: permutablegraph.hpp:32