base¶
-
inline point_type libsemigroups::SchreierSims::base(index_type const index) const¶
Get a base point.
- Complexity
Constant.
- Parameters
index – the index of the base point.
- Throws
LibsemigroupsException – if
index
is out of range.- Returns
the base point with index
index
.