Skip to content

Commit

Permalink
Temporary version bump.
Browse files Browse the repository at this point in the history
git-svn-id: svn://helios.math.rwth-aachen.de/home2/thuban/svnuser/orb/trunk/orb@367 84b55aed-c907-0410-b598-ae02b0970699
  • Loading branch information
neunhoef committed Nov 7, 2011
1 parent e59454a commit 1f32764
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
plain lists (keep ranges in particular)
- PermLeftQuoTransformationNC now also accepts plain lists of
integers instead of transformations

- Some minor improvements to the documentation

==========================
Changes from 3.6 -> 3.7:
==========================
Expand Down
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ PackageName := "orb",

Subtitle := "orb - Methods to enumerate Orbits",

Version := "3.7",
Version := "3.7.1",
## Please adjust also the VERSION file in the package directory when
## changing this.

## Release date of the current version in dd/mm/yyyy format.
#
Date := "02/02/2011",
Date := "07/11/2011",

ArchiveURL := "http://www-groups.mcs.st-and.ac.uk/~neunhoef/Computer/Software/Gap/orb/orb-3.7",
ArchiveURL := "http://www-groups.mcs.st-and.ac.uk/~neunhoef/Computer/Software/Gap/orb/orb-3.7.1",

ArchiveFormats := ".tar.gz",

Expand Down
4 changes: 3 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Next version:

Sort out: Attila's complaint about TraceSchreierTreeBack
OnIntegerSetsWithTransformation in C
OnIntegerTupleWithTransformation in C
Sort out Jenkins hash

sort out: AsList seems to return something immutable?
--> not good for orbits, we return mutable list
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7
3.7.1
8 changes: 4 additions & 4 deletions doc/examples.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Print("Now do\n o := OrbitBySuborbit(setup,v,3,3,2,100);\n");]]>
<P/>
We are using two helper subgroups
<M>U_1 &lt; U_2 &lt; M_{11} </M>,
where <M>U_2\cong A_2.2</M> is the largest maximal subgroup of <M>M_{11}</M>,
where <M>U_2\cong A_6.2</M> is the largest maximal subgroup of <M>M_{11}</M>,
having order <M>720</M>, and <M>U_2\cong 5:4</M> is a maximal subgroup of
<M>U_2</M> of order <M>20</M>,
see <Cite Key="CCN85"/> or the <Package>CTblLib</Package> package.
Expand Down Expand Up @@ -178,8 +178,8 @@ we want to use projective action.

The example in this section shows how to compute 35 of the 36 double coset
representatives of the Fischer group <M>Fi_{{23}}</M>
with respect to its the seventh maximal subgroup
<M>H\cong 3_+^{1+8}.2_-^{1+6}.3_+^{1+2}.2S_4</M>,
with respect to its seventh maximal subgroup
<M>H\cong 3_+^{{1+8}}.2_-^{{1+6}}.3_+^{{1+2}}.2S_4</M>,
which has order <M>3\,265\,173\,504\approx 3.2\cdot 10^9</M> and index
<M>[Fi_{{23}}\colon H]=1\,252\,451\,200 \approx 1.3 \cdot 10^9</M>,
see <Cite Key="CCN85"/> or the <Package>CTblLib</Package> package.
Expand Down Expand Up @@ -280,7 +280,7 @@ We are using three helper subgroups
where <M>Co_1</M> has order
<M>4\,157\,776\,806\,543\,360\,000\approx 4.2\cdot 10^{18}</M>,
see <Cite Key="CCN85"/> or the <Package>CTblLib</Package> package,
and where <M>U_3\cong 2_+^{1+8}.O_8(2)</M> is the fifth maximal subgroup
and where <M>U_3\cong 2_+^{{1+8}}.O_8(2)</M> is the fifth maximal subgroup
of <M>Co_1 </M>, having order <M>89\,181\,388\,800\approx 8.9\cdot 10^{10}</M>,
while <M>U_2\cong [2^8]\colon S_6(2)</M> is a maximal subgroup of <M>U_3</M>
of order <M>371\,589\,120\approx 3.7\cdot 10^{8}</M>,
Expand Down

0 comments on commit 1f32764

Please sign in to comment.