|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <kcore.hpp>
Public Member Functions | |
| BasicIncrementalKCore (Graph &g) | |
| const std::vector< std::uint32_t > & | core () const noexcept |
| std::size_t | last_repaired_vertices () const noexcept |
| void | apply (const UpdateBatch &batch) |
| void | recompute () |
|
inlineexplicit |
Definition at line 20 of file kcore.hpp.
References velographx::is_directed(), and velographx::BasicIncrementalKCore< Graph >::recompute().
|
inline |
Definition at line 31 of file kcore.hpp.
References velographx::apply_updates(), velographx::UpdateBatch::updates, and velographx::vertex_count().
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
Definition at line 58 of file kcore.hpp.
References velographx::vertex_count().
Referenced by velographx::BasicIncrementalKCore< Graph >::BasicIncrementalKCore().