|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <algorithm>#include <cstdint>#include <limits>#include <map>#include <optional>#include <stdexcept>#include <utility>#include <vector>#include "velographx/storage/dynamic_graph.hpp"Go to the source code of this file.
Classes | |
| struct | velographx::WeightedEdgeUpdate |
| struct | velographx::WeightedUpdateBatch |
| class | velographx::WeightedDynamicGraph |
Namespaces | |
| namespace | velographx |
Typedefs | |
| using | velographx::EdgeWeight = std::uint64_t |
Variables | |
| constexpr EdgeWeight | velographx::kMaxFiniteWeightedDistance |