Skip to main content

Module order_map

Module order_map 

Source
Expand description

A bijective map between node indices and a TopologicalPosition, to store the total topological order of the graph.

This data structure is an implementation detail and is not exposed in the public API.

Structsยง

OrderMap ๐Ÿ”’
A bijective map between node indices and their position in a topological order.
TopologicalPosition
A position in the topological order of the graph.