Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 388 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 388 Bytes

ring_finder This is a python code designed to identify the rings in a network structure. It requires the connections and positions of each node in the graph, and constructs a Delauney triangulation in which the rings are well defined by their simplicies.

By removing simplex edges that do not exist in the original graph, regions are formed. Each region belongs to a different ring.