PermLib
|
This class implements canBeIgnored() but has a trivial set() More...
#include <abstract_bsgs_helpers.h>
Public Member Functions | |
ReducedSupportRestriction (const boost::shared_ptr< std::set< dom_int > > &support, const std::vector< dom_int > &s) | |
virtual bool | canBeIgnored () const |
This class implements canBeIgnored() but has a trivial set()
permlib::helpers::ReducedSupportRestriction::ReducedSupportRestriction | ( | const boost::shared_ptr< std::set< dom_int > > & | support, |
const std::vector< dom_int > & | s | ||
) | [inline] |
support | the support of the group (i.e. a set of all elements that are moved by at least one permutation) |
s | the set for which we want to decide whether the permutation action is trivial |
virtual bool permlib::helpers::ReducedSupportRestriction::canBeIgnored | ( | ) | const [inline, virtual] |
Reimplemented from permlib::helpers::BaseSupportRestriction.