Skip to content

Commit

Permalink
NambooripadPartialOrder: include documentation in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRussell committed May 15, 2018
1 parent a2326f5 commit b934b37
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/attr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1253,9 +1253,9 @@ true
gap> Size(S);
15
gap> NambooripadPartialOrder(S);
[ [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
[ [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ] ]
gap> NambooripadLeqRegularSemigroup(S)(Elements(S)[3], Elements(S)[9]);
false
Expand Down Expand Up @@ -1293,9 +1293,9 @@ true
gap> Size(S);
15
gap> NambooripadPartialOrder(S);
[ [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
[ [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ], [ ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ] ]
gap> NambooripadLeqRegularSemigroup(S)(Elements(S)[3], Elements(S)[9]);
false
Expand Down
14 changes: 14 additions & 0 deletions doc/z-chap14.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,18 @@
<!--**********************************************************************-->
<!--**********************************************************************-->

<Section>

<Heading>
The Namboorpad Partial Order of a regular semigroup
</Heading>

<#Include Label = "NambooripadLeqRegularSemigroup">
<#Include Label = "NambooripadPartialOrder">

</Section>

<!--**********************************************************************-->
<!--**********************************************************************-->

</Chapter>

0 comments on commit b934b37

Please sign in to comment.