Skip to content

Commit

Permalink
src/sage/combinat/designs/incidence_structures.py: More block tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 1, 2023
1 parent 82fb0f5 commit 67eb2e1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/sage/combinat/designs/incidence_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1538,13 +1538,14 @@ def is_t_design(self, t=None, v=None, k=None, l=None, return_parameters=False):
Some examples of Witt designs that need the gap database::
sage: BD = designs.WittDesign(9) # optional - gap_package_design
sage: BD.is_t_design(2,9,3,1) # optional - gap_package_design
sage: # optional - gap_package_design
sage: BD = designs.WittDesign(9)
sage: BD.is_t_design(2,9,3,1)
True
sage: W12 = designs.WittDesign(12) # optional - gap_package_design
sage: W12.is_t_design(5,12,6,1) # optional - gap_package_design
sage: W12 = designs.WittDesign(12)
sage: W12.is_t_design(5,12,6,1)
True
sage: W12.is_t_design(4) # optional - gap_package_design
sage: W12.is_t_design(4)
True
Further examples::
Expand Down

0 comments on commit 67eb2e1

Please sign in to comment.