Skip to content

Commit

Permalink
Add note to inverses documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Jul 2, 2024
1 parent 8bebac6 commit c31967d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/libsemigroups/presentation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2162,6 +2162,11 @@ namespace libsemigroups {
//! * the alphabet contains duplicate letters
//! * the inverses do not act as semigroup inverses
//!
//! \note
//! Whilst the alphabet is not specified as an argument to this function, it
//! is necessary to validate the alphabet here; a specification of inverses
//! cannot make sense if the alphabet contains duplicate letters.
//!
//! \sa
//! * \ref Presentation<Word>::validate_alphabet
//! * \ref presentation::validate_semigroup_inverses
Expand Down

0 comments on commit c31967d

Please sign in to comment.