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

Go to the source code of this file.

Classes

class  _PermutableGraph
 
struct  PermVertProp
 

Namespaces

 indigox
 Namespace for all graph related functionality.
 

Typedefs

typedef utils::Graph< PermVertProp > _PermGraph
 
typedef std::vector< PermVertex > ElimOrder
 
typedef _PermGraph::EdgeIterPair PermEdgeIterPair
 
typedef _PermGraph::NbrsIter PermNbrsIter
 
typedef _PermGraph::NbrsIterPair PermNbrsIterPair
 
typedef std::shared_ptr< _PermutableGraph > PermutableGraph
 
typedef _PermGraph::VertType PermVertex
 
typedef _PermGraph::VertIter PermVertIter
 
typedef _PermGraph::VertIterPair PermVertIterPair