|
libgrape-lite
A C++ library for parallel graph processing
|
Public Member Functions | |
| template<typename ITER_T > | |
| void | add_edges (const ITER_T &begin, const ITER_T &end) |
| void | finish (ImmutableCSR< VID_T, NBR_T > &ret, int concurrency) |
Private Attributes | |
| std::vector< int > | degree_ |
| std::vector< NBR_T > | edges_ |