We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52314aa commit 158e216Copy full SHA for 158e216
1 file changed
include/libsemigroups/presentation-examples.hpp
@@ -693,6 +693,9 @@ namespace libsemigroups {
693
// generators. TODO(1) ask Florent again if this reference is correct Maybe
694
// should be Solomon:
695
// https://www.sciencedirect.com/science/article/pii/S0021869303005933/pdf
696
+ // Florent says that the correct attribution is to Solomon's equation 1.7
697
+ // with q = 1. TODO(0) rename this function and/or include the presentation
698
+ // from Joel's thesis (Example 7.1.2).
699
[[nodiscard]] Presentation<word_type>
700
symmetric_inverse_monoid_Gay18(size_t n);
701
0 commit comments