permlib
0.2.9
Library for permutation computations
|
helper class to decide when an permutation action on a set is trivial or can be reduced to a subset More...
#include <abstract_bsgs_helpers.h>
Public Member Functions | |
virtual | ~SupportRestriction () |
destructor | |
virtual bool | canBeIgnored () const =0 |
virtual const std::vector< dom_int > * | set () const =0 |
helper class to decide when an permutation action on a set is trivial or can be reduced to a subset
|
pure virtual |
Implemented in permlib::helpers::FullSupportRestriction, permlib::helpers::ReducedSupportRestriction, and permlib::helpers::BaseSupportRestriction.
|
pure virtual |
Implemented in permlib::helpers::FullSupportRestriction, and permlib::helpers::BaseSupportRestriction.