#include <include/gudhi/Simplex_tree.h>
Model of SimplexTreeOptions, faster than Simplex_tree_options_full_featured
but note the unsafe contiguous_vertices
option.
Maximum number of simplices to compute persistence is std::numeric_limits<std::uint32_t>::max()
(about 4 billions of simplices).