contains¶
-
inline bool libsemigroups::SchreierSims::contains(const_element_reference x)¶
Returns
true
ifx
belongs to the group.Note
Returns
false
if the degree ofx
is not equal to the first template parameterN
.- Parameters
x – a const reference to a group element.
- Returns
A bool.