From 4cf9b719c49077547f7fdbe39bab5287790b29cd Mon Sep 17 00:00:00 2001 From: Alexander Konovalov Date: Thu, 2 Nov 2017 12:09:43 +0000 Subject: [PATCH] Add TRANSDEGREES to obsoletes (used by CTblLib) --- lib/obsolete.gd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lib/obsolete.gd b/lib/obsolete.gd index 302119f9ae..bc5659c284 100644 --- a/lib/obsolete.gd +++ b/lib/obsolete.gd @@ -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( )