I am using LEDA for a project in which I have to use doubly connected edge list(DCEL) data structure. I have tried planar_map but that did not worked. So Which data structure should i use for implementing the DCEL in LEDA ??
Asked
Active
Viewed 168 times
0
-
Are you allowed to use other C++ libraries, or are you stuck with LEDA only? – lrineau Apr 10 '14 at 12:58
-
Yes I have to do using LEDA only. – achilles7 Apr 11 '14 at 19:08