File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/sage/combinat/designs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4424,7 +4424,7 @@ def BIBD_141_6_1():
4424
4424
4425
4425
gens = lambda B : [frozenset (((x * 16 ) % 35 , (y + 1 ) % 3 if y != a else a )
4426
4426
if (x , y ) != inf else inf for x , y in B ),
4427
- frozenset (((x + 1 ) % 35 , y )
4427
+ frozenset (((x + 1 ) % 35 , y )
4428
4428
if (x , y ) != inf else inf for x , y in B )]
4429
4429
bibd = RecursivelyEnumeratedSet ([frozenset (e ) for e in bibd ],
4430
4430
successors = gens )
@@ -4553,7 +4553,7 @@ def BIBD_196_6_1():
4553
4553
4554
4554
gens = lambda B : [frozenset (((x * 30 ) % 49 , (y + 1 ) % 3 if y != a else a )
4555
4555
for x , y in B ),
4556
- frozenset (((x + 1 ) % 49 , y )
4556
+ frozenset (((x + 1 ) % 49 , y )
4557
4557
for x , y in B )]
4558
4558
bibd = RecursivelyEnumeratedSet ([frozenset (e ) for e in bibd ],
4559
4559
successors = gens )
You can’t perform that action at this time.
0 commit comments