VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
binary_graph.hpp File Reference
#include <cstdint>
#include <fstream>
#include <stdexcept>
#include <string>
#include "velographx/storage/dynamic_graph.hpp"

Go to the source code of this file.

Namespaces

namespace  velographx
 
namespace  velographx::io
 

Functions

void velographx::io::save_binary (const DynamicGraph &g, const std::string &path)
 
DynamicGraph velographx::io::load_binary (const std::string &path, bool directed=false)