5.1.4. pruner_basic.hpp¶
Full path: graph_canon/aut/pruner_basic.hpp
-
class
aut_pruner_basic
: aut_pruner_base<aut_pruner_basic>¶ A
Visitor
for pruning the search tree based on automorphisms reported by other visitors. Stabilizers are computed conservatively by plain filtering of the generators.The class is DefaultConstructible.
-
type
result_t
¶ The tag type for data returned to the caller after canonicalization. The type of the returned object is
std::unique_ptr
whereGroup
is some type fulfilling the requirements of the Group concept in PermGroup.
-
type