PermLib
|
This class implements both canBeIgnored() and set() More...
#include <abstract_bsgs_helpers.h>
Public Member Functions | |
FullSupportRestriction (const boost::shared_ptr< std::set< dom_int > > &support, const std::vector< dom_int > &s) | |
bool | canBeIgnored () const |
const std::vector< dom_int > * | set () const |
This class implements both canBeIgnored() and set()
permlib::helpers::FullSupportRestriction::FullSupportRestriction | ( | 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 |
bool permlib::helpers::FullSupportRestriction::canBeIgnored | ( | ) | const [inline, virtual] |
Reimplemented from permlib::helpers::BaseSupportRestriction.
const std::vector<dom_int>* permlib::helpers::FullSupportRestriction::set | ( | ) | const [inline, virtual] |
Reimplemented from permlib::helpers::BaseSupportRestriction.