VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
kcore.hpp File Reference
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <queue>
#include <stdexcept>
#include <utility>
#include <vector>
#include "velographx/graph_access.hpp"
#include "velographx/storage/dynamic_graph.hpp"

Go to the source code of this file.

Classes

class  velographx::BasicIncrementalKCore< Graph >
 

Namespaces

namespace  velographx
 

Typedefs

using velographx::IncrementalKCore = BasicIncrementalKCore< DynamicGraph >