Skip to content

Commit a62c501

Browse files
Merge pull request #91 from mohamed-barakat/devel
comply with CAP v2023.01-05
2 parents 0bc0289 + 71005a6 commit a62c501

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/examples.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,11 @@ julia> Sgrmod = GradedLeftPresentations( S )
238238
GAP: The category of graded left f.p. modules over Q[x,y] (with weights [ 1, 1 ])
239239
240240
julia> InfoOfInstalledOperationsOfCategory( Sgrmod )
241-
40 primitive operations were used to derive 292 operations for this category which constructively
241+
40 primitive operations were used to derive 325 operations for this category which algorithmically
242242
* IsMonoidalCategory
243243
* IsAbelianCategoryWithEnoughProjectives
244+
and furthermore mathematically
245+
* IsSymmetricClosedMonoidalCategory (but not yet algorithmically)
244246
245247
julia> #ListPrimitivelyInstalledOperationsOfCategory( Sgrmod )
246248
@@ -305,7 +307,7 @@ julia> CohP1 = Sgrmod / C
305307
GAP: The Serre quotient category of The category of graded left f.p. modules over Q[x,y] (with weights [ 1, 1 ]) by test function with name: is_artinian
306308
307309
julia> InfoOfInstalledOperationsOfCategory( CohP1 )
308-
21 primitive operations were used to derive 243 operations for this category which constructively
310+
21 primitive operations were used to derive 278 operations for this category which algorithmically
309311
* IsAbelianCategory
310312
311313
julia> Sh = CanonicalProjection( CohP1 )

0 commit comments

Comments
 (0)