Input point set:

Point    0:  0  -2.98858
Point    1:  4.24264  -0.816496
Point    2:  0  0.800788
Point    3:  -4.24264  -0.816497
Point    4:  0  -0.680057
Point    5:  -1.18262  -1.11397
Point    6:  -0.0274185  -1.79567
Point    7:  1.86693  -1.25733
Point    8:  0  -0.680057

Segment    0 points:     0     1
Segment    1 points:     1     2
Segment    2 points:     2     3
Segment    3 points:     3     0
Segment    4 points:     4     5
Segment    5 points:     5     6
Segment    6 points:     6     7
Segment    7 points:     7     8


Constructing Delaunay triangulation by divide-and-conquer method.
Warning:  A duplicate point at (0, -0.68005669117) appeared and was ignored.
Delaunay milliseconds:  1
Inserting segments into Delaunay triangulation.
Segment milliseconds:  1
Removing unwanted triangles.
Hole milliseconds:  0

Writing points.
Writing triangles.
Writing segments.
Writing edges.

Output milliseconds:  0
Total running milliseconds:  4

Statistics:

  Input points: 9
  Input segments: 8
  Input holes: 1

  Mesh points: 5
  Mesh triangles: 2
  Mesh edges: 5
  Mesh boundary edges: 4
  Mesh segments: 4

Triangulation:

Point    0:  0  -0.680057   marker 1
Point    1:  -1.18262  -1.11397   marker 1
Point    2:  -0.0274185  -1.79567   marker 1
Point    3:  1.86693  -1.25733   marker 1
Point    4:  0  -0.680057   marker 0

Triangle    0 points:     2     0     1
Triangle    1 points:     3     0     2

Segment    0 points:     1     0   marker 1
Segment    1 points:     2     1   marker 1
Segment    2 points:     3     2   marker 1
Segment    3 points:     0     3   marker 1

Edge    0 points:     2     0   marker 0
Edge    1 points:     0     1   marker 1
Edge    2 points:     1     2   marker 1
Edge    3 points:     3     0   marker 1
Edge    4 points:     2     3   marker 1

------------------------------------------------------
------------------------------------------------------

