|
XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
|
Directed graph data structure for XNetwork. More...
#include <cassert>#include <py2cpp/py2cpp.hpp>#include <type_traits>#include <utility>#include <vector>#include <xnetwork/classes/coreviews.hpp>#include <xnetwork/classes/graph.hpp>#include <xnetwork/classes/reportviews.hpp>

Go to the source code of this file.
Classes | |
| class | xnetwork::DiGraphS< nodeview_t, adjlist_t, adjlist_outer_dict_factory > |
| Directed graph with arbitrary node types. More... | |
Namespaces | |
| namespace | xnetwork |
Typedefs | |
| using | xnetwork::SimpleDiGraphS = DiGraphS< decltype(py::range< uint32_t >(uint32_t{})), py::dict< uint32_t, int >, std::vector< py::dict< uint32_t, int > > > |
| A simple directed graph with integer nodes. | |
Directed graph data structure for XNetwork.
Defines the DiGraphS class template - a directed graph implementation based on the undirected Graph base class.