Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Find cycle in an undirected graph

Subject: CGAL users discussion list

List archive

[cgal-discuss] Find cycle in an undirected graph


Chronological Thread 
  • From: Benoît Presles <>
  • To:
  • Subject: [cgal-discuss] Find cycle in an undirected graph
  • Date: Tue, 14 Sep 2010 13:35:06 +0200

Hello everybody,

By executing the "ex_alpha_shapes_2.cpp" file provided with CGAL, I get at the end of the process a list of segments which are the edges of the alpha shape (GENERAL MODE).
I represent this result as the adjacency matrix of an undirected graph (each point is a node and each segment is an edge).
Is there a fast way (I work with 100 000 points minimum) using CGAL to find the cycles of this graph (closed polygons) ?


Thank you very much for your help,
Best Regards,
Ben_P


  • [cgal-discuss] Find cycle in an undirected graph, Benoît Presles, 09/14/2010

Archive powered by MHonArc 2.6.16.

Top of Page