Given a planar, undirected, graph enumerate all of the faces of the graph. Can also be described as finding all of the polygons within the graph, or the minimum cycle basis, based on Geometric Tools C++ Library
- Updated
Nov 14, 2021 - TypeScript
Given a planar, undirected, graph enumerate all of the faces of the graph. Can also be described as finding all of the polygons within the graph, or the minimum cycle basis, based on Geometric Tools C++ Library
Add a description, image, and links to the minimum-cycle-basis topic page so that developers can more easily learn about it.
To associate your repository with the minimum-cycle-basis topic, visit your repo's landing page and select "manage topics."