YaccConstructor / QuickGraph

Generic Graph Data Structures and Algorithms for .NET
http://yaccconstructor.github.io/QuickGraph/
Microsoft Public License
523 stars 198 forks source link

Faces - Planar Graph Traversal #202

Open kylevansice opened 4 years ago

kylevansice commented 4 years ago

Is there a way to find faces of a graph using QuickGraph for C#, similar to the Planar Face Traversal function in the Boost C++ Graph Library?

https://www.boost.org/doc/libs/1_51_0/libs/graph/doc/planar_face_traversal.html