PermLib
Public Member Functions
permlib::helpers::ReducedSupportRestriction Class Reference

This class implements canBeIgnored() but has a trivial set() More...

#include <abstract_bsgs_helpers.h>

Inheritance diagram for permlib::helpers::ReducedSupportRestriction:
Inheritance graph
[legend]
Collaboration diagram for permlib::helpers::ReducedSupportRestriction:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ReducedSupportRestriction (const boost::shared_ptr< std::set< dom_int > > &support, const std::vector< dom_int > &s)
virtual bool canBeIgnored () const

Detailed Description

This class implements canBeIgnored() but has a trivial set()


Constructor & Destructor Documentation

permlib::helpers::ReducedSupportRestriction::ReducedSupportRestriction ( const boost::shared_ptr< std::set< dom_int > > &  support,
const std::vector< dom_int > &  s 
) [inline]
Parameters:
supportthe support of the group (i.e. a set of all elements that are moved by at least one permutation)
sthe set for which we want to decide whether the permutation action is trivial

Member Function Documentation

virtual bool permlib::helpers::ReducedSupportRestriction::canBeIgnored ( ) const [inline, virtual]
Returns:
true iff support does not intersect s

Reimplemented from permlib::helpers::BaseSupportRestriction.


The documentation for this class was generated from the following file: