mirror of https://github.com/CGAL/cgal
6 lines
338 B
Plaintext
6 lines
338 B
Plaintext
- restore the changes in the examples directory (example3.C and example4.C)
|
|
- rewrite the face base class so that the additional edges are provided
|
|
by an adaptor.
|
|
- to decrease memory usage remove the two arrays of pairs of Edges and
|
|
integers from the face base class
|
|
- add documentation for the type "size_type" in Apollonius_graph_2 |