5.1.2. perm_moved_points.hpp

Full path: graph_canon/aut/perm_moved_points.hpp

template<typename Perm>
class wrapped_perm

A permutation type that explicitly keeps track of which points are moved.

Todo

To be fully documented.

const Perm &get_perm() const
Returns

the wrapped permutation.

const std::vector<value_type> &get_moved_points() const
Returns

a list of the moved points, or an empty list.