|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Educational examples for saving/loading directed graphs from files. More...
Go to the source code of this file.
Functions | |
| int | main () |
Educational examples for saving/loading directed graphs from files.
Nodes: pipe-separated fields (id|name|data) Arcs: space-separated (src_id dst_id [weight])
g++ -std=c++20 -I.. -o load_digraph_example load_digraph_example.cc ./load_digraph_example
Definition in file load_digraph_example.cc.
| int main | ( | ) |
Definition at line 31 of file load_digraph_example.cc.
References Aleph::load_digraph(), Aleph::maps(), Aleph::Filter_Iterator< Container, It, Show_Item >::next(), and Aleph::HTList::size().