Function graph_algo_ptas::data_structure::link_graph::example::three_ring_graph
source · [−]pub fn three_ring_graph() -> (LinkGraph, Vec<LinkVertex>, Vec<LinkDart>)
Expand description
Returns an example LinkGraph which contains three interconnected circles. The first circle contains one vertex. The second circle contains four vertex. The third circle contains eight vertex.