Skip to content

Commit

Permalink
Add TRANSDEGREES to obsoletes (used by CTblLib)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konovalov authored and stevelinton committed Nov 4, 2017
1 parent 455e412 commit 4cf9b71
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lib/obsolete.gd
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,25 @@ BindGlobal( "LOADED_PACKAGES", GAPInfo.PackagesLoaded );
BindGlobal( "PACKAGES_VERSIONS", rec() );
BindGlobal( "Revision", rec() );

#############################################################################
##
#V TRANSDEGREES - used by CTblLib (11/2017)
##
## This variable was used by the GAP Transitive Groups Library before it
## became a separate TransGrp package. It denoted the maximal degree of
## transitive permutation groups provided by that library.
##
## In the TransGrp package, this information is provided by the boolean
## list TRANSAVAILABLE, which indicates availability for each possible
## degree (this is necessary because the data for some degrees may have
## to be downloaded separately).
##
## At the time of writing this comment, the TransGrp package contained
## representatives for all transitive permutation groups of degree at
## most 47, with degree 32 needing to be downloaded separately.
##
BindGlobal( "TRANSDEGREES", 30 );

#############################################################################
##
#A NormedVectors( <V> )
Expand Down

0 comments on commit 4cf9b71

Please sign in to comment.