|
graph
|
#include <dag2019.hpp>
Public Member Functions | |
| DAG2019 () | |
| size_t | num_nodes () const |
| size_t | num_edges () const |
Static Public Member Functions | |
| static DAG2019 | from_edgelist (EdgeList &l) |
Public Attributes | |
| std::vector< Int > | edgeSrc_ |
| the node that edge I starts with More... | |
| std::vector< Int > | edgeDst_ |
| the node that edge I ends with More... | |
| std::vector< Int > | nodes_ |
| where node i's edges start in edgeSrc and edgeDst More... | |
A CSR with additional edge source vector
|
inline |
|
inline |
|
inline |
| std::vector<Int> DAG2019::edgeDst_ |
the node that edge I ends with
| std::vector<Int> DAG2019::edgeSrc_ |
the node that edge I starts with
| std::vector<Int> DAG2019::nodes_ |
where node i's edges start in edgeSrc and edgeDst
1.8.13