| 
    CGAL 4.4 - STL Extensions for CGAL 
   | 
 
#include <CGAL/Complexity_tags.h>
Compact is a tag class. 
It can be used to parameterize a complexity policy in order to specify a particularly memory compact variant of an algorithm. For example, passing Location_policy<Compact> as parameter to Delaunay_triangulation_3 selects a slower point location which saves memory.