add_base_point¶
-
inline void libsemigroups::SchreierSims::add_base_point(point_type const pt)¶
Add a base point to the stabiliser chain.
- Complexity
Linear in the current number of base points.
- Parameters
pt – the base point to add.
- Throws
LibsemigroupsException – if
pt
is out of range.LibsemigroupsException – if finished() returns
true
.LibsemigroupsException – if
pt
is already a base point.
- Returns
(None)