|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
Functions | |
| void | save_binary (const DynamicGraph &g, const std::string &path) |
| DynamicGraph | load_binary (const std::string &path, bool directed=false) |
|
inline |
Definition at line 15 of file binary_graph.hpp.
References velographx::UpdateBatch::add(), velographx::DynamicGraph::apply(), and velographx::DynamicGraph::compact().
|
inline |
Definition at line 9 of file binary_graph.hpp.
References velographx::DynamicGraph::edge_count_directed(), velographx::DynamicGraph::neighbors(), and velographx::DynamicGraph::vertex_count().