XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
digraphs.hpp File Reference

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>
Include dependency graph for digraphs.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Directed graph data structure for XNetwork.

Defines the DiGraphS class template - a directed graph implementation based on the undirected Graph base class.