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
3#include <filesystem>
4
5namespace velographx {
6CsrGraph load_edge_list(const std::filesystem::path& path, bool directed = false);
7}
CsrGraph load_edge_list(const std::filesystem::path &path, bool directed=false)