VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
io.hpp
Go to the documentation of this file.
1
#pragma once
2
#include "
velographx/csr_graph.hpp
"
3
#include <filesystem>
4
5
namespace
velographx
{
6
CsrGraph
load_edge_list
(
const
std::filesystem::path& path,
bool
directed =
false
);
7
}
velographx::CsrGraph
Definition
csr_graph.hpp:10
csr_graph.hpp
velographx
Definition
algorithms.hpp:6
velographx::load_edge_list
CsrGraph load_edge_list(const std::filesystem::path &path, bool directed=false)
include
velographx
io.hpp
Generated by
1.9.8