regina 7.3.1.1__cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of regina might be problematic. Click here for more details.

Files changed (163) hide show
  1. regina/__init__.py +203 -0
  2. regina/engine.cpython-313-x86_64-linux-gnu.so +0 -0
  3. regina/plainCompleter.py +221 -0
  4. regina/pyCensus/__init__.py +14 -0
  5. regina/pyCensus/christy-knots-links.tdb +0 -0
  6. regina/pyCensus/closed-hyp-census-full.tdb +0 -0
  7. regina/pyCensus/closed-nor-census-11.tdb +0 -0
  8. regina/pyCensus/closed-or-census-11.tdb +0 -0
  9. regina/pyCensus/cusped-hyp-nor-census-9.tdb +0 -0
  10. regina/pyCensus/cusped-hyp-or-census-9.tdb +0 -0
  11. regina/sageRegina/__init__.py +2 -0
  12. regina/sageRegina/config.py +9 -0
  13. regina/sageRegina/test.py +132 -0
  14. regina/sageRegina/testsuite/CMakeLists.txt +60 -0
  15. regina/sageRegina/testsuite/O2_1.rga +15 -0
  16. regina/sageRegina/testsuite/O2_1.tri +28 -0
  17. regina/sageRegina/testsuite/README.txt +20 -0
  18. regina/sageRegina/testsuite/alltypes.out +1551 -0
  19. regina/sageRegina/testsuite/alltypes.test +88 -0
  20. regina/sageRegina/testsuite/angles.out +102 -0
  21. regina/sageRegina/testsuite/angles.test +72 -0
  22. regina/sageRegina/testsuite/basic_callback.out +124 -0
  23. regina/sageRegina/testsuite/basic_sub.out +7 -0
  24. regina/sageRegina/testsuite/bool.out +6 -0
  25. regina/sageRegina/testsuite/bool.test +64 -0
  26. regina/sageRegina/testsuite/bytes.out +17 -0
  27. regina/sageRegina/testsuite/bytes.test +78 -0
  28. regina/sageRegina/testsuite/callbacks.out +515 -0
  29. regina/sageRegina/testsuite/callbacks.test +281 -0
  30. regina/sageRegina/testsuite/census.out +120 -0
  31. regina/sageRegina/testsuite/census.test +157 -0
  32. regina/sageRegina/testsuite/clone.out +18 -0
  33. regina/sageRegina/testsuite/clone.test +101 -0
  34. regina/sageRegina/testsuite/constructors.out +14 -0
  35. regina/sageRegina/testsuite/constructors.test +97 -0
  36. regina/sageRegina/testsuite/cube.orb +87 -0
  37. regina/sageRegina/testsuite/discs.out +3 -0
  38. regina/sageRegina/testsuite/discs.test +40 -0
  39. regina/sageRegina/testsuite/docstrings.filter +19 -0
  40. regina/sageRegina/testsuite/docstrings.out +808 -0
  41. regina/sageRegina/testsuite/docstrings.out.v2 +808 -0
  42. regina/sageRegina/testsuite/docstrings.test +57 -0
  43. regina/sageRegina/testsuite/dodec.orb +309 -0
  44. regina/sageRegina/testsuite/embeddings.out +23 -0
  45. regina/sageRegina/testsuite/embeddings.test +89 -0
  46. regina/sageRegina/testsuite/enumerate.out +62 -0
  47. regina/sageRegina/testsuite/enumerate.test +82 -0
  48. regina/sageRegina/testsuite/equality.out +112 -0
  49. regina/sageRegina/testsuite/equality.test +310 -0
  50. regina/sageRegina/testsuite/euler.out +15 -0
  51. regina/sageRegina/testsuite/euler.test +95 -0
  52. regina/sageRegina/testsuite/exception.out +7 -0
  53. regina/sageRegina/testsuite/exception.test +100 -0
  54. regina/sageRegina/testsuite/facenumbering.out +546 -0
  55. regina/sageRegina/testsuite/facenumbering.test +74 -0
  56. regina/sageRegina/testsuite/faces.out +40 -0
  57. regina/sageRegina/testsuite/faces.test +72 -0
  58. regina/sageRegina/testsuite/file.out +1229 -0
  59. regina/sageRegina/testsuite/file.test +70 -0
  60. regina/sageRegina/testsuite/file1.rga +0 -0
  61. regina/sageRegina/testsuite/file2.rga +0 -0
  62. regina/sageRegina/testsuite/file3.rga +119 -0
  63. regina/sageRegina/testsuite/flype.out +37 -0
  64. regina/sageRegina/testsuite/flype.test +50 -0
  65. regina/sageRegina/testsuite/generic.out +116 -0
  66. regina/sageRegina/testsuite/generic.test +76 -0
  67. regina/sageRegina/testsuite/groups.out +70 -0
  68. regina/sageRegina/testsuite/groups.test +117 -0
  69. regina/sageRegina/testsuite/hypersurfaces.out +681 -0
  70. regina/sageRegina/testsuite/hypersurfaces.test +90 -0
  71. regina/sageRegina/testsuite/i18n-latin1.rga +8 -0
  72. regina/sageRegina/testsuite/i18n-utf8.rga +8 -0
  73. regina/sageRegina/testsuite/i18n.out +6 -0
  74. regina/sageRegina/testsuite/i18n.test +91 -0
  75. regina/sageRegina/testsuite/id.out +2 -0
  76. regina/sageRegina/testsuite/id.test +47 -0
  77. regina/sageRegina/testsuite/index.out +2 -0
  78. regina/sageRegina/testsuite/index.test +43 -0
  79. regina/sageRegina/testsuite/integer.out +74 -0
  80. regina/sageRegina/testsuite/integer.test +56 -0
  81. regina/sageRegina/testsuite/italian.orb +90 -0
  82. regina/sageRegina/testsuite/iterators.out +118 -0
  83. regina/sageRegina/testsuite/iterators.test +128 -0
  84. regina/sageRegina/testsuite/knotted-Y.orb +47 -0
  85. regina/sageRegina/testsuite/listener.out +43 -0
  86. regina/sageRegina/testsuite/listener.test +101 -0
  87. regina/sageRegina/testsuite/listview.out +416 -0
  88. regina/sageRegina/testsuite/listview.test +253 -0
  89. regina/sageRegina/testsuite/lookup.out +13 -0
  90. regina/sageRegina/testsuite/lookup.test +44 -0
  91. regina/sageRegina/testsuite/memory1.out +62 -0
  92. regina/sageRegina/testsuite/memory1.test +154 -0
  93. regina/sageRegina/testsuite/memory2.out +62 -0
  94. regina/sageRegina/testsuite/memory2.test +124 -0
  95. regina/sageRegina/testsuite/memory3.out +92 -0
  96. regina/sageRegina/testsuite/memory3.test +216 -0
  97. regina/sageRegina/testsuite/misc.out +7 -0
  98. regina/sageRegina/testsuite/misc.test +56 -0
  99. regina/sageRegina/testsuite/operators.out +129 -0
  100. regina/sageRegina/testsuite/operators.test +61 -0
  101. regina/sageRegina/testsuite/orb.out +441 -0
  102. regina/sageRegina/testsuite/orb.test +49 -0
  103. regina/sageRegina/testsuite/pdf.out +4 -0
  104. regina/sageRegina/testsuite/pdf.test +49 -0
  105. regina/sageRegina/testsuite/perm.out +55 -0
  106. regina/sageRegina/testsuite/perm.test +96 -0
  107. regina/sageRegina/testsuite/plantri.out +12 -0
  108. regina/sageRegina/testsuite/plantri.test +60 -0
  109. regina/sageRegina/testsuite/presentations.out +11 -0
  110. regina/sageRegina/testsuite/presentations.test +61 -0
  111. regina/sageRegina/testsuite/refs.out +51 -0
  112. regina/sageRegina/testsuite/refs.test +128 -0
  113. regina/sageRegina/testsuite/repr.out +951 -0
  114. regina/sageRegina/testsuite/repr.out.v2 +951 -0
  115. regina/sageRegina/testsuite/repr.test +548 -0
  116. regina/sageRegina/testsuite/safeheldtype_basic.out +17 -0
  117. regina/sageRegina/testsuite/safeheldtype_basic.test +113 -0
  118. regina/sageRegina/testsuite/safeheldtype_packet.out +58 -0
  119. regina/sageRegina/testsuite/safeheldtype_packet.test +181 -0
  120. regina/sageRegina/testsuite/sample.pdf +0 -0
  121. regina/sageRegina/testsuite/sets.out +7 -0
  122. regina/sageRegina/testsuite/sets.test +44 -0
  123. regina/sageRegina/testsuite/skeleton.out +308 -0
  124. regina/sageRegina/testsuite/skeleton.test +54 -0
  125. regina/sageRegina/testsuite/snappea.out +82 -0
  126. regina/sageRegina/testsuite/snappea.test +107 -0
  127. regina/sageRegina/testsuite/snapshot.out +15 -0
  128. regina/sageRegina/testsuite/snapshot.test +78 -0
  129. regina/sageRegina/testsuite/sort.out +57 -0
  130. regina/sageRegina/testsuite/sort.test +53 -0
  131. regina/sageRegina/testsuite/special.out +4 -0
  132. regina/sageRegina/testsuite/special.test +47 -0
  133. regina/sageRegina/testsuite/standardtri.out +12101 -0
  134. regina/sageRegina/testsuite/standardtri.test +455 -0
  135. regina/sageRegina/testsuite/surfaces.out +2133 -0
  136. regina/sageRegina/testsuite/surfaces.test +114 -0
  137. regina/sageRegina/testsuite/swapping.out +25 -0
  138. regina/sageRegina/testsuite/swapping.test +88 -0
  139. regina/sageRegina/testsuite/testall.in +176 -0
  140. regina/sageRegina/testsuite/testbasic.in +279 -0
  141. regina/sageRegina/testsuite/testcallback.in +150 -0
  142. regina/sageRegina/testsuite/testsub.in +150 -0
  143. regina/sageRegina/testsuite/theta_in_solid_torus.orb +65 -0
  144. regina/sageRegina/testsuite/tightencode.out +40 -0
  145. regina/sageRegina/testsuite/tightencode.test +108 -0
  146. regina/sageRegina/testsuite/treedecomp.out +135 -0
  147. regina/sageRegina/testsuite/treedecomp.test +66 -0
  148. regina/sageRegina/testsuite/treetraversal.out +52 -0
  149. regina/sageRegina/testsuite/treetraversal.test +190 -0
  150. regina/sageRegina/testsuite/trigeneral.out +1251 -0
  151. regina/sageRegina/testsuite/trigeneral.test +155 -0
  152. regina/sageRegina/testsuite/utf8.out +42 -0
  153. regina/sageRegina/testsuite/utf8.test +94 -0
  154. regina/sageRegina/version.py +5 -0
  155. regina/sageSetup.py +41 -0
  156. regina/test.py +6 -0
  157. regina-7.3.1.1.dist-info/METADATA +109 -0
  158. regina-7.3.1.1.dist-info/RECORD +163 -0
  159. regina-7.3.1.1.dist-info/WHEEL +6 -0
  160. regina-7.3.1.1.dist-info/top_level.txt +4 -0
  161. regina.libs/libbz2-a273e504.so.1.0.6 +0 -0
  162. regina.libs/libgmp-afec2dd4.so.10.2.0 +0 -0
  163. regina.libs/libgmpxx-25f6cf8d.so.4.4.0 +0 -0
@@ -0,0 +1,515 @@
1
+ Poincare homology sphere -> display, height = 1, threads = 1
2
+ fvPQcdecedekrsnrs 5
3
+ gvLQQcdfefefjwawtbi 6
4
+ Poincare homology sphere -> display, height = 1, threads = 2
5
+ fvPQcdecedekrsnrs 5
6
+ gvLQQcdfefefjwawtbi 6
7
+ Poincare homology sphere -> stop after 10, height = 1, threads = 1
8
+ search ran to completion, count: 2
9
+ Poincare homology sphere -> stop after 10, height = 1, threads = 2
10
+ search ran to completion, count: 2
11
+ Poincare homology sphere -> collect, height = 1, threads = 1
12
+ fvPQcdecedekrsnrs
13
+ gvLQQcdfefefjwawtbi
14
+ Poincare homology sphere -> collect, height = 1, threads = 2
15
+ fvPQcdecedekrsnrs
16
+ gvLQQcdfefefjwawtbi
17
+ Poincare homology sphere vs Poincare homology sphere -> isomorphisms, stop after 5
18
+ search terminated early, count: 5
19
+ Poincare homology sphere vs Poincare homology sphere -> subcomplexes, stop after 5
20
+ search terminated early, count: 5
21
+
22
+ Weeks manifold -> display, height = 0, threads = 1
23
+ jvLPLQQefghghifiigaxxhdingk 9
24
+ Weeks manifold -> display, height = 0, threads = 2
25
+ jvLPLQQefghghifiigaxxhdingk 9
26
+ Weeks manifold -> stop after 10, height = 1, threads = 1
27
+ search terminated early, count: 10
28
+ Weeks manifold -> stop after 10, height = 1, threads = 2
29
+ search terminated early, count: 10
30
+ Weeks manifold -> collect, height = 0, threads = 1
31
+ jvLPLQQefghghifiigaxxhdingk
32
+ Weeks manifold -> collect, height = 0, threads = 2
33
+ jvLPLQQefghghifiigaxxhdingk
34
+ Weeks manifold vs Weeks manifold -> isomorphisms, display
35
+ 0 -> 0 (0123)
36
+ 1 -> 1 (0123)
37
+ 2 -> 2 (0123)
38
+ 3 -> 3 (0123)
39
+ 4 -> 4 (0123)
40
+ 5 -> 5 (0123)
41
+ 6 -> 6 (0123)
42
+ 7 -> 7 (0123)
43
+ 8 -> 8 (0123)
44
+
45
+ Weeks manifold vs Weeks manifold -> subcomplexes, display
46
+ 0 -> 0 (0123)
47
+ 1 -> 1 (0123)
48
+ 2 -> 2 (0123)
49
+ 3 -> 3 (0123)
50
+ 4 -> 4 (0123)
51
+ 5 -> 5 (0123)
52
+ 6 -> 6 (0123)
53
+ 7 -> 7 (0123)
54
+ 8 -> 8 (0123)
55
+
56
+ Weeks manifold vs Weeks manifold -> isomorphisms, stop after 5
57
+ search ran to completion, count: 1
58
+ Weeks manifold vs Weeks manifold -> subcomplexes, stop after 5
59
+ search ran to completion, count: 1
60
+
61
+ Cappell-Shaneson knot complement -> display, height = 0, threads = 1
62
+ cMkabbb+aAa3blb 2
63
+ Cappell-Shaneson knot complement -> display, height = 0, threads = 2
64
+ cMkabbb+aAa3blb 2
65
+ Cappell-Shaneson knot complement -> stop after 10, height = 2, threads = 1
66
+ search ran to completion, count: 9
67
+ Cappell-Shaneson knot complement -> stop after 10, height = 2, threads = 2
68
+ search ran to completion, count: 9
69
+ Cappell-Shaneson knot complement -> collect, height = 2, threads = 1
70
+ cMkabbb+aAa3blb
71
+ eLMQcbbccdddaaaa+axbcbvaGa
72
+ eLMQcbbccdddaaaa1aHbCbvaYa
73
+ eLMQcbbccdddaaaa1aHbKavapb
74
+ eLMQcbbccdddaaaaHbka2avawa
75
+ eLMQcbbcddddaaaa+aJa2aGava
76
+ eLMQcbbdccddaaaa1bHbibvafb
77
+ eLMQcbccddddMaobyayaPbKava
78
+ eLMQcbccddddObJbxbtb5albva
79
+ Cappell-Shaneson knot complement -> collect, height = 2, threads = 2
80
+ cMkabbb+aAa3blb
81
+ eLMQcbbccdddaaaa+axbcbvaGa
82
+ eLMQcbbccdddaaaa1aHbCbvaYa
83
+ eLMQcbbccdddaaaa1aHbKavapb
84
+ eLMQcbbccdddaaaaHbka2avawa
85
+ eLMQcbbcddddaaaa+aJa2aGava
86
+ eLMQcbbdccddaaaa1bHbibvafb
87
+ eLMQcbccddddMaobyayaPbKava
88
+ eLMQcbccddddObJbxbtb5albva
89
+ Cappell-Shaneson knot complement vs Cappell-Shaneson knot complement -> isomorphisms, display
90
+ 0 -> 0 (01234)
91
+ 1 -> 1 (01234)
92
+
93
+ 0 -> 1 (43210)
94
+ 1 -> 0 (43210)
95
+
96
+ Cappell-Shaneson knot complement vs Cappell-Shaneson knot complement -> subcomplexes, display
97
+ 0 -> 0 (01234)
98
+ 1 -> 1 (01234)
99
+
100
+ 0 -> 1 (43210)
101
+ 1 -> 0 (43210)
102
+
103
+ Cappell-Shaneson knot complement vs Cappell-Shaneson knot complement -> isomorphisms, stop after 5
104
+ search ran to completion, count: 2
105
+ Cappell-Shaneson knot complement vs Cappell-Shaneson knot complement -> subcomplexes, stop after 5
106
+ search ran to completion, count: 2
107
+
108
+ LST(1,2,3) vs L(8,3) -> isomorphisms, display
109
+ LST(1,2,3) vs L(8,3) -> subcomplexes, display
110
+ 0 -> 0 (2310)
111
+
112
+ 0 -> 0 (3201)
113
+
114
+ 0 -> 1 (0123)
115
+
116
+ 0 -> 1 (1032)
117
+
118
+ LST(1,2,3) vs L(8,3) -> isomorphisms, stop after 5
119
+ search ran to completion, count: 0
120
+ LST(1,2,3) vs L(8,3) -> subcomplexes, stop after 5
121
+ search ran to completion, count: 4
122
+
123
+ Trefoil -> display, height = 0, threads = 1
124
+ dabcabcv- 3
125
+ Trefoil -> display, height = 0, threads = 2
126
+ dabcabcv- 3
127
+
128
+ Figure eight knot -> stop after 10, height = 1, threads = 1
129
+ search ran to completion, count: 8
130
+ Figure eight knot -> stop after 10, height = 1, threads = 2
131
+ search ran to completion, count: 8
132
+ Figure eight knot -> collect, height = 1, threads = 1
133
+ eabcdbadcvbZa
134
+ faabcdbedcePkBg
135
+ faabcdbedcePkNj
136
+ faabcdbedcevfBg
137
+ faabcdbedcevfNj
138
+ faabcdecbedPkpd
139
+ faabcdecbedvfpd
140
+ fabcadebcedtg5m
141
+ Figure eight knot -> collect, height = 1, threads = 2
142
+ eabcdbadcvbZa
143
+ faabcdbedcePkBg
144
+ faabcdbedcePkNj
145
+ faabcdbedcevfBg
146
+ faabcdbedcevfNj
147
+ faabcdecbedPkpd
148
+ faabcdecbedvfpd
149
+ fabcadebcedtg5m
150
+
151
+ Monster unknot -> stop after 10, height = 1, threads = 1
152
+ search terminated early, count: 10
153
+ Monster unknot -> stop after 10, height = 1, threads = 2
154
+ search terminated early, count: 10
155
+
156
+ Trefoil -> all covers, sheets = 2
157
+ CoverType.cyclic_cover: Z + Z_3
158
+ Trefoil -> all covers, sheets = 3
159
+ CoverType.irregular_cover: 2 Z
160
+ CoverType.cyclic_cover: Z + 2 Z_2
161
+ Trefoil -> all covers, sheets = 4
162
+ CoverType.irregular_cover: 2 Z
163
+ CoverType.irregular_cover: Z + Z_2
164
+ CoverType.cyclic_cover: Z + Z_3
165
+ Trefoil -> all covers, sheets = 5
166
+ CoverType.cyclic_cover: Z
167
+ CoverType.irregular_cover: Z + Z_3
168
+
169
+ Enumerating facet pairings:
170
+ 0:1 0:0 1:0 1:1 | 0:2 0:3 2:0 2:1 | 1:2 1:3 2:3 2:2 -> automorphisms: 32
171
+ 0:1 0:0 1:0 2:0 | 0:2 1:2 1:1 2:1 | 0:3 1:3 2:3 2:2 -> automorphisms: 48
172
+ 0:1 0:0 1:0 2:0 | 0:2 2:1 2:2 2:3 | 0:3 1:1 1:2 1:3 -> automorphisms: 24
173
+ 1:0 1:1 2:0 2:1 | 0:0 0:1 2:2 2:3 | 0:2 0:3 1:2 1:3 -> automorphisms: 48
174
+ 0:1 0:0 0:3 0:2 1:0 1:1 | 0:4 0:5 1:3 1:2 1:5 1:4 -> automorphisms: 256
175
+ 0:1 0:0 1:0 1:1 1:2 1:3 | 0:2 0:3 0:4 0:5 1:5 1:4 -> automorphisms: 192
176
+ 1:0 1:1 1:2 1:3 1:4 1:5 | 0:0 0:1 0:2 0:3 0:4 0:5 -> automorphisms: 1440
177
+
178
+ Enumerating splitting surface signatures:
179
+ (aabbcc) -> automorphisms: 6
180
+ (aabcbc) -> automorphisms: 2
181
+ (aabccb) -> automorphisms: 4
182
+ (abacbc) -> automorphisms: 4
183
+ (abcabc) -> automorphisms: 6
184
+ (aabbc)(c) -> automorphisms: 2
185
+ (aabcb)(c) -> automorphisms: 2
186
+ (ababc)(c) -> automorphisms: 2
187
+ (aabc)(bc) -> automorphisms: 2
188
+ (aabc)(b)(c) -> automorphisms: 2
189
+ (abac)(bc) -> automorphisms: 4
190
+ (abac)(b)(c) -> automorphisms: 4
191
+ (aab)(bcc) -> automorphisms: 4
192
+ (aab)(bc)(c) -> automorphisms: 2
193
+ (abc)(abc) -> automorphisms: 6
194
+ (abc)(acb) -> automorphisms: 12
195
+ (abc)(ab)(c) -> automorphisms: 2
196
+ (abc)(a)(b)(c) -> automorphisms: 6
197
+ (ab)(ac)(bc) -> automorphisms: 12
198
+ (ab)(ac)(b)(c) -> automorphisms: 4
199
+
200
+ Enumerating knots:
201
+ +++-++ ( ^0 ^1 _4 ^5 _2 _0 _3 ^2 _1 ^4 _5 ^3 )
202
+ ++-+++ ( ^0 ^1 _4 ^5 ^2 _0 ^3 _2 _1 ^4 _5 _3 )
203
+ +-+--- ( ^0 _1 ^4 _5 _2 _0 _3 ^2 ^1 _4 ^5 ^3 )
204
+ +--+-- ( ^0 _1 ^4 _5 ^2 _0 ^3 _2 ^1 _4 ^5 _3 )
205
+
206
+ Finding regions:
207
+ Saturated region:
208
+ Blocks:
209
+ 0. Tri(major) {0,1,2}, 3 annuli
210
+ 1. Mobius(vert) {triangle 2}, reflected(H), 1 annulus
211
+ 2. Mobius(vert) {triangle 1}, reflected(H), 1 annulus
212
+ Adjacencies:
213
+ 0/0 --> 1/0
214
+ 0/1 --> bdry
215
+ 0/2 --> 2/0
216
+ 1/0 --> 0/0
217
+ 2/0 --> 0/2
218
+
219
+ Saturated region:
220
+ Blocks:
221
+ 0. Tri(major) {0,1,2}, 3 annuli
222
+ Adjacencies:
223
+ 0/0 --> 0/2 (reflected)
224
+ 0/1 --> bdry
225
+ 0/2 --> 0/0 (reflected)
226
+
227
+ Saturated region:
228
+ Blocks:
229
+ 0. Tri(major) {0,2,1}, 3 annuli
230
+ Adjacencies:
231
+ 0/0 --> 0/2 (reflected)
232
+ 0/1 --> bdry
233
+ 0/2 --> 0/0 (reflected)
234
+
235
+ Saturated region:
236
+ Blocks:
237
+ 0. Tri(major) {0,2,1}, 3 annuli
238
+ 1. Mobius(vert) {triangle 1}, reflected(H), 1 annulus
239
+ 2. Mobius(vert) {triangle 2}, reflected(H), 1 annulus
240
+ Adjacencies:
241
+ 0/0 --> 1/0
242
+ 0/1 --> bdry
243
+ 0/2 --> 2/0
244
+ 1/0 --> 0/0
245
+ 2/0 --> 0/2
246
+
247
+ Saturated region:
248
+ Blocks:
249
+ 0. Tri(major) {1,0,2}, 3 annuli
250
+ 1. Mobius(vert) {triangle 2}, reflected(H), 1 annulus
251
+ 2. Mobius(vert) {triangle 1}, reflected(H), 1 annulus
252
+ Adjacencies:
253
+ 0/0 --> 1/0
254
+ 0/1 --> 2/0
255
+ 0/2 --> bdry
256
+ 1/0 --> 0/0
257
+ 2/0 --> 0/1
258
+
259
+ Saturated region:
260
+ Blocks:
261
+ 0. Tri(major) {1,0,2}, 3 annuli
262
+ Adjacencies:
263
+ 0/0 --> 0/1 (reflected)
264
+ 0/1 --> 0/0 (reflected)
265
+ 0/2 --> bdry
266
+
267
+ Saturated region:
268
+ Blocks:
269
+ 0. Tri(major) {1,2,0}, 3 annuli
270
+ 1. Mobius(vert) {triangle 1}, reflected(H), 1 annulus
271
+ 2. Mobius(vert) {triangle 2}, reflected(H), 1 annulus
272
+ Adjacencies:
273
+ 0/0 --> bdry
274
+ 0/1 --> 1/0
275
+ 0/2 --> 2/0
276
+ 1/0 --> 0/1
277
+ 2/0 --> 0/2
278
+
279
+ Saturated region:
280
+ Blocks:
281
+ 0. Tri(major) {1,2,0}, 3 annuli
282
+ Adjacencies:
283
+ 0/0 --> bdry
284
+ 0/1 --> 0/2 (reflected)
285
+ 0/2 --> 0/1 (reflected)
286
+
287
+ Saturated region:
288
+ Blocks:
289
+ 0. Tri(major) {2,0,1}, 3 annuli
290
+ 1. Mobius(vert) {triangle 1}, reflected(H), 1 annulus
291
+ 2. Mobius(vert) {triangle 2}, reflected(H), 1 annulus
292
+ Adjacencies:
293
+ 0/0 --> 1/0
294
+ 0/1 --> 2/0
295
+ 0/2 --> bdry
296
+ 1/0 --> 0/0
297
+ 2/0 --> 0/1
298
+
299
+ Saturated region:
300
+ Blocks:
301
+ 0. Tri(major) {2,0,1}, 3 annuli
302
+ Adjacencies:
303
+ 0/0 --> 0/1 (reflected)
304
+ 0/1 --> 0/0 (reflected)
305
+ 0/2 --> bdry
306
+
307
+ Saturated region:
308
+ Blocks:
309
+ 0. Tri(major) {2,1,0}, 3 annuli
310
+ 1. Mobius(vert) {triangle 2}, reflected(H), 1 annulus
311
+ 2. Mobius(vert) {triangle 1}, reflected(H), 1 annulus
312
+ Adjacencies:
313
+ 0/0 --> bdry
314
+ 0/1 --> 1/0
315
+ 0/2 --> 2/0
316
+ 1/0 --> 0/1
317
+ 2/0 --> 0/2
318
+
319
+ Saturated region:
320
+ Blocks:
321
+ 0. Tri(major) {2,1,0}, 3 annuli
322
+ Adjacencies:
323
+ 0/0 --> bdry
324
+ 0/1 --> 0/2 (reflected)
325
+ 0/2 --> 0/1 (reflected)
326
+
327
+ Saturated region:
328
+ Blocks:
329
+ 0. Tri(major) {3,5,4}, 3 annuli
330
+ 1. Mobius(vert) {triangle 7}, reflected(H), 1 annulus
331
+ Adjacencies:
332
+ 0/0 --> 1/0
333
+ 0/1 --> bdry
334
+ 0/2 --> bdry
335
+ 1/0 --> 0/0
336
+
337
+ Saturated region:
338
+ Blocks:
339
+ 0. Tri(major) {3,4,5}, 3 annuli
340
+ 1. Mobius(vert) {triangle 7}, reflected(H), 1 annulus
341
+ Adjacencies:
342
+ 0/0 --> bdry
343
+ 0/1 --> bdry
344
+ 0/2 --> 1/0
345
+ 1/0 --> 0/2
346
+
347
+ Saturated region:
348
+ Blocks:
349
+ 0. Tri(major) {4,5,3}, 3 annuli
350
+ 1. Mobius(vert) {triangle 7}, reflected(H), 1 annulus
351
+ Adjacencies:
352
+ 0/0 --> bdry
353
+ 0/1 --> 1/0
354
+ 0/2 --> bdry
355
+ 1/0 --> 0/1
356
+
357
+ Saturated region:
358
+ Blocks:
359
+ 0. Tri(major) {4,3,5}, 3 annuli
360
+ 1. Mobius(vert) {triangle 7}, reflected(H), 1 annulus
361
+ Adjacencies:
362
+ 0/0 --> bdry
363
+ 0/1 --> 1/0
364
+ 0/2 --> bdry
365
+ 1/0 --> 0/1
366
+
367
+ Saturated region:
368
+ Blocks:
369
+ 0. Tri(major) {5,3,4}, 3 annuli
370
+ 1. Mobius(vert) {triangle 7}, reflected(H), 1 annulus
371
+ Adjacencies:
372
+ 0/0 --> 1/0
373
+ 0/1 --> bdry
374
+ 0/2 --> bdry
375
+ 1/0 --> 0/0
376
+
377
+ Saturated region:
378
+ Blocks:
379
+ 0. Tri(major) {5,4,3}, 3 annuli
380
+ 1. Mobius(vert) {triangle 7}, reflected(H), 1 annulus
381
+ Adjacencies:
382
+ 0/0 --> bdry
383
+ 0/1 --> bdry
384
+ 0/2 --> 1/0
385
+ 1/0 --> 0/2
386
+
387
+ Saturated region:
388
+ Blocks:
389
+ 0. Tri(major) {6,8,7}, 3 annuli
390
+ Adjacencies:
391
+ 0/0 --> 0/1 (reflected)
392
+ 0/1 --> 0/0 (reflected)
393
+ 0/2 --> bdry
394
+
395
+ Saturated region:
396
+ Blocks:
397
+ 0. Tri(major) {6,7,8}, 3 annuli
398
+ Adjacencies:
399
+ 0/0 --> bdry
400
+ 0/1 --> 0/2 (reflected)
401
+ 0/2 --> 0/1 (reflected)
402
+
403
+ Saturated region:
404
+ Blocks:
405
+ 0. Tri(major) {6,7,8}, 3 annuli
406
+ 1. Mobius(vert) {triangle 16}, reflected(H), 1 annulus
407
+ 2. Mobius(vert) {triangle 15}, reflected(H), 1 annulus
408
+ Adjacencies:
409
+ 0/0 --> bdry
410
+ 0/1 --> 1/0
411
+ 0/2 --> 2/0
412
+ 1/0 --> 0/1
413
+ 2/0 --> 0/2
414
+
415
+ Saturated region:
416
+ Blocks:
417
+ 0. Tri(major) {6,8,7}, 3 annuli
418
+ 1. Mobius(vert) {triangle 15}, reflected(H), 1 annulus
419
+ 2. Mobius(vert) {triangle 16}, reflected(H), 1 annulus
420
+ Adjacencies:
421
+ 0/0 --> 1/0
422
+ 0/1 --> 2/0
423
+ 0/2 --> bdry
424
+ 1/0 --> 0/0
425
+ 2/0 --> 0/1
426
+
427
+ Saturated region:
428
+ Blocks:
429
+ 0. Tri(major) {7,8,6}, 3 annuli
430
+ 1. Mobius(vert) {triangle 16}, reflected(H), 1 annulus
431
+ 2. Mobius(vert) {triangle 15}, reflected(H), 1 annulus
432
+ Adjacencies:
433
+ 0/0 --> 1/0
434
+ 0/1 --> 2/0
435
+ 0/2 --> bdry
436
+ 1/0 --> 0/0
437
+ 2/0 --> 0/1
438
+
439
+ Saturated region:
440
+ Blocks:
441
+ 0. Tri(major) {7,6,8}, 3 annuli
442
+ 1. Mobius(vert) {triangle 15}, reflected(H), 1 annulus
443
+ 2. Mobius(vert) {triangle 16}, reflected(H), 1 annulus
444
+ Adjacencies:
445
+ 0/0 --> bdry
446
+ 0/1 --> 1/0
447
+ 0/2 --> 2/0
448
+ 1/0 --> 0/1
449
+ 2/0 --> 0/2
450
+
451
+ Saturated region:
452
+ Blocks:
453
+ 0. Tri(major) {7,6,8}, 3 annuli
454
+ Adjacencies:
455
+ 0/0 --> bdry
456
+ 0/1 --> 0/2 (reflected)
457
+ 0/2 --> 0/1 (reflected)
458
+
459
+ Saturated region:
460
+ Blocks:
461
+ 0. Tri(major) {7,8,6}, 3 annuli
462
+ Adjacencies:
463
+ 0/0 --> 0/1 (reflected)
464
+ 0/1 --> 0/0 (reflected)
465
+ 0/2 --> bdry
466
+
467
+ Saturated region:
468
+ Blocks:
469
+ 0. Tri(major) {8,6,7}, 3 annuli
470
+ Adjacencies:
471
+ 0/0 --> 0/2 (reflected)
472
+ 0/1 --> bdry
473
+ 0/2 --> 0/0 (reflected)
474
+
475
+ Saturated region:
476
+ Blocks:
477
+ 0. Tri(major) {8,6,7}, 3 annuli
478
+ 1. Mobius(vert) {triangle 15}, reflected(H), 1 annulus
479
+ 2. Mobius(vert) {triangle 16}, reflected(H), 1 annulus
480
+ Adjacencies:
481
+ 0/0 --> 1/0
482
+ 0/1 --> bdry
483
+ 0/2 --> 2/0
484
+ 1/0 --> 0/0
485
+ 2/0 --> 0/2
486
+
487
+ Saturated region:
488
+ Blocks:
489
+ 0. Tri(major) {8,7,6}, 3 annuli
490
+ 1. Mobius(vert) {triangle 16}, reflected(H), 1 annulus
491
+ 2. Mobius(vert) {triangle 15}, reflected(H), 1 annulus
492
+ Adjacencies:
493
+ 0/0 --> 1/0
494
+ 0/1 --> bdry
495
+ 0/2 --> 2/0
496
+ 1/0 --> 0/0
497
+ 2/0 --> 0/2
498
+
499
+ Saturated region:
500
+ Blocks:
501
+ 0. Tri(major) {8,7,6}, 3 annuli
502
+ Adjacencies:
503
+ 0/0 --> 0/2 (reflected)
504
+ 0/1 --> bdry
505
+ 0/2 --> 0/0 (reflected)
506
+
507
+
508
+ Enumerating covers:
509
+ mLvALvQQQceegjlkjiljklhhahhaaaghahg CoverType.irregular_cover
510
+ mLvALvQQQceegjlkjiljklhhahhaaaghahg CoverType.irregular_cover
511
+ mLvwMMMPQbegfijhkkklllhaahbabhhahbg CoverType.cyclic_cover
512
+ mLvwMMMPQbegfijhkkklllhaahbabhhahbg CoverType.cyclic_cover
513
+ mvLALPzQQdefeghhjkllklbbabbbbbhhhhb CoverType.cyclic_cover
514
+ mvLALPzQQdefeghhjkllklbbabbbbbhhhhb CoverType.cyclic_cover
515
+