regina 7.4.1__cp314-cp314-macosx_10_13_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.
- regina/.dylibs/libgmp.10.dylib +0 -0
- regina/.dylibs/libgmpxx.4.dylib +0 -0
- regina/__init__.py +192 -0
- regina/engine.cpython-314-darwin.so +0 -0
- regina/plainCompleter.py +221 -0
- regina/pyCensus/__init__.py +14 -0
- regina/pyCensus/christy-knots-links.tdb +0 -0
- regina/pyCensus/closed-hyp-census-full.tdb +0 -0
- regina/pyCensus/closed-nor-census-11.tdb +0 -0
- regina/pyCensus/closed-or-census-11.tdb +0 -0
- regina/pyCensus/cusped-hyp-nor-census-9.tdb +0 -0
- regina/pyCensus/cusped-hyp-or-census-9.tdb +0 -0
- regina/sageRegina/__init__.py +2 -0
- regina/sageRegina/config.py +9 -0
- regina/sageRegina/test.py +131 -0
- regina/sageRegina/testsuite/CMakeLists.txt +64 -0
- regina/sageRegina/testsuite/O2_1.rga +15 -0
- regina/sageRegina/testsuite/O2_1.tri +28 -0
- regina/sageRegina/testsuite/README.txt +21 -0
- regina/sageRegina/testsuite/alltypes-exc.out +698 -0
- regina/sageRegina/testsuite/alltypes-exc.test +92 -0
- regina/sageRegina/testsuite/alltypes-noexc.out +698 -0
- regina/sageRegina/testsuite/alltypes-noexc.test +85 -0
- regina/sageRegina/testsuite/alltypes.out +698 -0
- regina/sageRegina/testsuite/alltypes.test +85 -0
- regina/sageRegina/testsuite/angles.out +102 -0
- regina/sageRegina/testsuite/angles.test +70 -0
- regina/sageRegina/testsuite/arrow.out +86 -0
- regina/sageRegina/testsuite/arrow.test +224 -0
- regina/sageRegina/testsuite/base64.out +2 -0
- regina/sageRegina/testsuite/base64.test +37 -0
- regina/sageRegina/testsuite/basic_callback.out +124 -0
- regina/sageRegina/testsuite/basic_sub.out +7 -0
- regina/sageRegina/testsuite/binom.out +14 -0
- regina/sageRegina/testsuite/binom.test +69 -0
- regina/sageRegina/testsuite/bool.out +6 -0
- regina/sageRegina/testsuite/bool.test +62 -0
- regina/sageRegina/testsuite/bytes.out +17 -0
- regina/sageRegina/testsuite/bytes.test +76 -0
- regina/sageRegina/testsuite/callbacks.out +515 -0
- regina/sageRegina/testsuite/callbacks.test +279 -0
- regina/sageRegina/testsuite/census.out +120 -0
- regina/sageRegina/testsuite/census.test +156 -0
- regina/sageRegina/testsuite/clone.out +18 -0
- regina/sageRegina/testsuite/clone.test +99 -0
- regina/sageRegina/testsuite/comparison.out +41 -0
- regina/sageRegina/testsuite/comparison.test +47 -0
- regina/sageRegina/testsuite/construction.out +120 -0
- regina/sageRegina/testsuite/construction.test +63 -0
- regina/sageRegina/testsuite/constructors.out +14 -0
- regina/sageRegina/testsuite/constructors.test +95 -0
- regina/sageRegina/testsuite/cube.orb +87 -0
- regina/sageRegina/testsuite/discs.out +3 -0
- regina/sageRegina/testsuite/discs.test +38 -0
- regina/sageRegina/testsuite/docstrings.filter +22 -0
- regina/sageRegina/testsuite/docstrings.out +802 -0
- regina/sageRegina/testsuite/docstrings.out.v2 +799 -0
- regina/sageRegina/testsuite/docstrings.test +55 -0
- regina/sageRegina/testsuite/dodec.orb +309 -0
- regina/sageRegina/testsuite/embeddings.out +23 -0
- regina/sageRegina/testsuite/embeddings.test +87 -0
- regina/sageRegina/testsuite/enumerate.out +62 -0
- regina/sageRegina/testsuite/enumerate.test +80 -0
- regina/sageRegina/testsuite/equality.out +112 -0
- regina/sageRegina/testsuite/equality.test +308 -0
- regina/sageRegina/testsuite/euler.out +15 -0
- regina/sageRegina/testsuite/euler.test +93 -0
- regina/sageRegina/testsuite/exception.out +7 -0
- regina/sageRegina/testsuite/exception.test +98 -0
- regina/sageRegina/testsuite/facenumbering.out +546 -0
- regina/sageRegina/testsuite/facenumbering.test +72 -0
- regina/sageRegina/testsuite/faces.out +40 -0
- regina/sageRegina/testsuite/faces.test +70 -0
- regina/sageRegina/testsuite/file.out +1229 -0
- regina/sageRegina/testsuite/file.test +68 -0
- regina/sageRegina/testsuite/file1.rga +0 -0
- regina/sageRegina/testsuite/file2.rga +0 -0
- regina/sageRegina/testsuite/file3.rga +119 -0
- regina/sageRegina/testsuite/flags.out +38 -0
- regina/sageRegina/testsuite/flags.out.v2 +38 -0
- regina/sageRegina/testsuite/flags.test +81 -0
- regina/sageRegina/testsuite/flype.out +37 -0
- regina/sageRegina/testsuite/flype.test +48 -0
- regina/sageRegina/testsuite/generic.out +116 -0
- regina/sageRegina/testsuite/generic.test +74 -0
- regina/sageRegina/testsuite/groups.out +70 -0
- regina/sageRegina/testsuite/groups.test +115 -0
- regina/sageRegina/testsuite/hash.out +66 -0
- regina/sageRegina/testsuite/hash.test +84 -0
- regina/sageRegina/testsuite/hypersurfaces.out +681 -0
- regina/sageRegina/testsuite/hypersurfaces.test +89 -0
- regina/sageRegina/testsuite/i18n-latin1.rga +8 -0
- regina/sageRegina/testsuite/i18n-utf8.rga +8 -0
- regina/sageRegina/testsuite/i18n.out +6 -0
- regina/sageRegina/testsuite/i18n.test +89 -0
- regina/sageRegina/testsuite/id.out +2 -0
- regina/sageRegina/testsuite/id.test +45 -0
- regina/sageRegina/testsuite/index.out +2 -0
- regina/sageRegina/testsuite/index.test +41 -0
- regina/sageRegina/testsuite/integer.out +74 -0
- regina/sageRegina/testsuite/integer.test +54 -0
- regina/sageRegina/testsuite/italian.orb +90 -0
- regina/sageRegina/testsuite/iterators.out +118 -0
- regina/sageRegina/testsuite/iterators.test +126 -0
- regina/sageRegina/testsuite/knotted-Y.orb +47 -0
- regina/sageRegina/testsuite/listener.out +43 -0
- regina/sageRegina/testsuite/listener.test +99 -0
- regina/sageRegina/testsuite/listview.out +416 -0
- regina/sageRegina/testsuite/listview.test +251 -0
- regina/sageRegina/testsuite/lookup.out +13 -0
- regina/sageRegina/testsuite/lookup.test +42 -0
- regina/sageRegina/testsuite/lst.out +844 -0
- regina/sageRegina/testsuite/lst.test +195 -0
- regina/sageRegina/testsuite/memory1.out +62 -0
- regina/sageRegina/testsuite/memory1.test +152 -0
- regina/sageRegina/testsuite/memory2.out +62 -0
- regina/sageRegina/testsuite/memory2.test +122 -0
- regina/sageRegina/testsuite/memory3.out +92 -0
- regina/sageRegina/testsuite/memory3.test +214 -0
- regina/sageRegina/testsuite/misc.out +7 -0
- regina/sageRegina/testsuite/misc.test +54 -0
- regina/sageRegina/testsuite/operators.out +129 -0
- regina/sageRegina/testsuite/operators.test +59 -0
- regina/sageRegina/testsuite/orb.out +441 -0
- regina/sageRegina/testsuite/orb.test +47 -0
- regina/sageRegina/testsuite/pdf.out +4 -0
- regina/sageRegina/testsuite/pdf.test +47 -0
- regina/sageRegina/testsuite/perm.out +36 -0
- regina/sageRegina/testsuite/perm.test +74 -0
- regina/sageRegina/testsuite/plantri.out +12 -0
- regina/sageRegina/testsuite/plantri.test +58 -0
- regina/sageRegina/testsuite/poincare.tri +55 -0
- regina/sageRegina/testsuite/presentations.out +11 -0
- regina/sageRegina/testsuite/presentations.test +59 -0
- regina/sageRegina/testsuite/refs.out +51 -0
- regina/sageRegina/testsuite/refs.test +126 -0
- regina/sageRegina/testsuite/repr.out +951 -0
- regina/sageRegina/testsuite/repr.out.v2 +951 -0
- regina/sageRegina/testsuite/repr.test +546 -0
- regina/sageRegina/testsuite/runbasic.in +75 -0
- regina/sageRegina/testsuite/safeheldtype_basic.out +17 -0
- regina/sageRegina/testsuite/safeheldtype_basic.test +111 -0
- regina/sageRegina/testsuite/safeheldtype_packet.out +58 -0
- regina/sageRegina/testsuite/safeheldtype_packet.test +179 -0
- regina/sageRegina/testsuite/sample.pdf +0 -0
- regina/sageRegina/testsuite/sets.out +7 -0
- regina/sageRegina/testsuite/sets.test +42 -0
- regina/sageRegina/testsuite/skeleton.out +308 -0
- regina/sageRegina/testsuite/skeleton.test +52 -0
- regina/sageRegina/testsuite/snappea.out +90 -0
- regina/sageRegina/testsuite/snappea.test +133 -0
- regina/sageRegina/testsuite/snapshot.out +15 -0
- regina/sageRegina/testsuite/snapshot.test +76 -0
- regina/sageRegina/testsuite/sort.out +78 -0
- regina/sageRegina/testsuite/sort.test +58 -0
- regina/sageRegina/testsuite/special.out +4 -0
- regina/sageRegina/testsuite/special.test +45 -0
- regina/sageRegina/testsuite/standardtri.out +12101 -0
- regina/sageRegina/testsuite/standardtri.test +453 -0
- regina/sageRegina/testsuite/surfaces.out +2133 -0
- regina/sageRegina/testsuite/surfaces.test +112 -0
- regina/sageRegina/testsuite/swapping.out +25 -0
- regina/sageRegina/testsuite/swapping.test +86 -0
- regina/sageRegina/testsuite/testall.in +174 -0
- regina/sageRegina/testsuite/testbasic.in +277 -0
- regina/sageRegina/testsuite/testcallback.in +148 -0
- regina/sageRegina/testsuite/testsub.in +148 -0
- regina/sageRegina/testsuite/theta_in_solid_torus.orb +65 -0
- regina/sageRegina/testsuite/tightencode.out +40 -0
- regina/sageRegina/testsuite/tightencode.test +106 -0
- regina/sageRegina/testsuite/treedecomp.out +135 -0
- regina/sageRegina/testsuite/treedecomp.test +64 -0
- regina/sageRegina/testsuite/treetraversal.out +52 -0
- regina/sageRegina/testsuite/treetraversal.test +188 -0
- regina/sageRegina/testsuite/trigeneral.out +1251 -0
- regina/sageRegina/testsuite/trigeneral.test +153 -0
- regina/sageRegina/testsuite/utf8.out +42 -0
- regina/sageRegina/testsuite/utf8.test +92 -0
- regina/sageRegina/testsuite/whitehead.tri +47 -0
- regina/sageRegina/version.py +5 -0
- regina/sageSetup.py +41 -0
- regina/test.py +6 -0
- regina-7.4.1.dist-info/METADATA +109 -0
- regina-7.4.1.dist-info/RECORD +186 -0
- regina-7.4.1.dist-info/WHEEL +6 -0
- regina-7.4.1.dist-info/top_level.txt +4 -0
|
@@ -0,0 +1,698 @@
|
|
|
1
|
+
AbelianGroup : class -> EqualityType.BY_VALUE
|
|
2
|
+
Algorithm : enum
|
|
3
|
+
AngleAlg : enum
|
|
4
|
+
AngleAlgFlags : alias -> enum AngleAlg
|
|
5
|
+
AngleStructure : class -> EqualityType.BY_VALUE
|
|
6
|
+
AngleStructures : class -> EqualityType.BY_VALUE
|
|
7
|
+
Arrow : class -> EqualityType.BY_VALUE
|
|
8
|
+
Attachment : class -> EqualityType.BY_VALUE
|
|
9
|
+
AugTriSolidTorus : class -> EqualityType.BY_VALUE
|
|
10
|
+
BagComparison : enum
|
|
11
|
+
BanBoundary : class -> EqualityType.BY_VALUE
|
|
12
|
+
BanEdge : class -> EqualityType.BY_VALUE
|
|
13
|
+
BanNone : class -> EqualityType.BY_VALUE
|
|
14
|
+
BanTorusBoundary : class -> EqualityType.BY_VALUE
|
|
15
|
+
Base64SigDecoder : class -> EqualityType.BY_REFERENCE
|
|
16
|
+
Base64SigEncoder : class -> EqualityType.BY_REFERENCE
|
|
17
|
+
Base64SigEncoding : class -> EqualityType.NEVER_INSTANTIATED
|
|
18
|
+
BitManipulator : class -> EqualityType.NEVER_INSTANTIATED
|
|
19
|
+
Bitmask : class -> EqualityType.BY_VALUE
|
|
20
|
+
Bitmask128 : class -> EqualityType.BY_VALUE
|
|
21
|
+
Bitmask16 : class -> EqualityType.BY_VALUE
|
|
22
|
+
Bitmask32 : class -> EqualityType.BY_VALUE
|
|
23
|
+
Bitmask64 : class -> EqualityType.BY_VALUE
|
|
24
|
+
Bitmask8 : class -> EqualityType.BY_VALUE
|
|
25
|
+
BlockedSFS : class -> EqualityType.BY_VALUE
|
|
26
|
+
BlockedSFSLoop : class -> EqualityType.BY_VALUE
|
|
27
|
+
BlockedSFSPair : class -> EqualityType.BY_VALUE
|
|
28
|
+
BlockedSFSTriple : class -> EqualityType.BY_VALUE
|
|
29
|
+
BoolSet : class -> EqualityType.BY_VALUE
|
|
30
|
+
BoundaryComponent2 : class -> EqualityType.BY_REFERENCE
|
|
31
|
+
BoundaryComponent3 : class -> EqualityType.BY_REFERENCE
|
|
32
|
+
BoundaryComponent4 : class -> EqualityType.BY_REFERENCE
|
|
33
|
+
BoundaryComponent5 : class -> EqualityType.BY_REFERENCE
|
|
34
|
+
BoundaryComponent6 : class -> EqualityType.BY_REFERENCE
|
|
35
|
+
BoundaryComponent7 : class -> EqualityType.BY_REFERENCE
|
|
36
|
+
BoundaryComponent8 : class -> EqualityType.BY_REFERENCE
|
|
37
|
+
Census : class -> EqualityType.NEVER_INSTANTIATED
|
|
38
|
+
CensusDB : class -> EqualityType.BY_VALUE
|
|
39
|
+
CensusHit : class -> EqualityType.BY_VALUE
|
|
40
|
+
CensusPurge : enum
|
|
41
|
+
CensusPurgeFlags : alias -> enum CensusPurge
|
|
42
|
+
ChildIterator : class -> EqualityType.BY_VALUE
|
|
43
|
+
ClosedPrimeMinSearcher : class -> EqualityType.BY_REFERENCE
|
|
44
|
+
CompactSearcher : class -> EqualityType.BY_REFERENCE
|
|
45
|
+
Component2 : class -> EqualityType.BY_REFERENCE
|
|
46
|
+
Component3 : class -> EqualityType.BY_REFERENCE
|
|
47
|
+
Component4 : class -> EqualityType.BY_REFERENCE
|
|
48
|
+
Component5 : class -> EqualityType.BY_REFERENCE
|
|
49
|
+
Component6 : class -> EqualityType.BY_REFERENCE
|
|
50
|
+
Component7 : class -> EqualityType.BY_REFERENCE
|
|
51
|
+
Component8 : class -> EqualityType.BY_REFERENCE
|
|
52
|
+
Container : class -> EqualityType.DISABLED
|
|
53
|
+
Crossing : class -> EqualityType.BY_REFERENCE
|
|
54
|
+
Cusp : class -> EqualityType.BY_VALUE
|
|
55
|
+
Cut : class -> EqualityType.BY_VALUE
|
|
56
|
+
Cyclotomic : class -> EqualityType.BY_VALUE
|
|
57
|
+
DiscSetSurface : class -> EqualityType.BY_VALUE
|
|
58
|
+
DiscSetTet : class -> EqualityType.BY_VALUE
|
|
59
|
+
DiscSpec : class -> EqualityType.BY_VALUE
|
|
60
|
+
DiscSpecIterator : class -> EqualityType.BY_VALUE
|
|
61
|
+
DiscType : class -> EqualityType.BY_VALUE
|
|
62
|
+
DoubleDescription : class -> EqualityType.NEVER_INSTANTIATED
|
|
63
|
+
Edge2 : alias -> Face2_1
|
|
64
|
+
Edge3 : alias -> Face3_1
|
|
65
|
+
Edge4 : alias -> Face4_1
|
|
66
|
+
Edge5 : alias -> Face5_1
|
|
67
|
+
Edge6 : alias -> Face6_1
|
|
68
|
+
Edge7 : alias -> Face7_1
|
|
69
|
+
Edge8 : alias -> Face8_1
|
|
70
|
+
EdgeEmbedding2 : alias -> FaceEmbedding2_1
|
|
71
|
+
EdgeEmbedding3 : alias -> FaceEmbedding3_1
|
|
72
|
+
EdgeEmbedding4 : alias -> FaceEmbedding4_1
|
|
73
|
+
EdgeEmbedding5 : alias -> FaceEmbedding5_1
|
|
74
|
+
EdgeEmbedding6 : alias -> FaceEmbedding6_1
|
|
75
|
+
EdgeEmbedding7 : alias -> FaceEmbedding7_1
|
|
76
|
+
EdgeEmbedding8 : alias -> FaceEmbedding8_1
|
|
77
|
+
EqualityType : enum
|
|
78
|
+
EulerSearcher : class -> EqualityType.BY_REFERENCE
|
|
79
|
+
Example2 : class -> EqualityType.NEVER_INSTANTIATED
|
|
80
|
+
Example3 : class -> EqualityType.NEVER_INSTANTIATED
|
|
81
|
+
Example4 : class -> EqualityType.NEVER_INSTANTIATED
|
|
82
|
+
Example5 : class -> EqualityType.NEVER_INSTANTIATED
|
|
83
|
+
Example6 : class -> EqualityType.NEVER_INSTANTIATED
|
|
84
|
+
Example7 : class -> EqualityType.NEVER_INSTANTIATED
|
|
85
|
+
Example8 : class -> EqualityType.NEVER_INSTANTIATED
|
|
86
|
+
ExampleLink : class -> EqualityType.NEVER_INSTANTIATED
|
|
87
|
+
ExampleSnapPea : class -> EqualityType.NEVER_INSTANTIATED
|
|
88
|
+
Face2_0 : class -> EqualityType.BY_REFERENCE
|
|
89
|
+
Face2_1 : class -> EqualityType.BY_REFERENCE
|
|
90
|
+
Face2_2 : alias -> Simplex2
|
|
91
|
+
Face3_0 : class -> EqualityType.BY_REFERENCE
|
|
92
|
+
Face3_1 : class -> EqualityType.BY_REFERENCE
|
|
93
|
+
Face3_2 : class -> EqualityType.BY_REFERENCE
|
|
94
|
+
Face3_3 : alias -> Simplex3
|
|
95
|
+
Face4_0 : class -> EqualityType.BY_REFERENCE
|
|
96
|
+
Face4_1 : class -> EqualityType.BY_REFERENCE
|
|
97
|
+
Face4_2 : class -> EqualityType.BY_REFERENCE
|
|
98
|
+
Face4_3 : class -> EqualityType.BY_REFERENCE
|
|
99
|
+
Face4_4 : alias -> Simplex4
|
|
100
|
+
Face5_0 : class -> EqualityType.BY_REFERENCE
|
|
101
|
+
Face5_1 : class -> EqualityType.BY_REFERENCE
|
|
102
|
+
Face5_2 : class -> EqualityType.BY_REFERENCE
|
|
103
|
+
Face5_3 : class -> EqualityType.BY_REFERENCE
|
|
104
|
+
Face5_4 : class -> EqualityType.BY_REFERENCE
|
|
105
|
+
Face5_5 : alias -> Simplex5
|
|
106
|
+
Face6_0 : class -> EqualityType.BY_REFERENCE
|
|
107
|
+
Face6_1 : class -> EqualityType.BY_REFERENCE
|
|
108
|
+
Face6_2 : class -> EqualityType.BY_REFERENCE
|
|
109
|
+
Face6_3 : class -> EqualityType.BY_REFERENCE
|
|
110
|
+
Face6_4 : class -> EqualityType.BY_REFERENCE
|
|
111
|
+
Face6_5 : class -> EqualityType.BY_REFERENCE
|
|
112
|
+
Face6_6 : alias -> Simplex6
|
|
113
|
+
Face7_0 : class -> EqualityType.BY_REFERENCE
|
|
114
|
+
Face7_1 : class -> EqualityType.BY_REFERENCE
|
|
115
|
+
Face7_2 : class -> EqualityType.BY_REFERENCE
|
|
116
|
+
Face7_3 : class -> EqualityType.BY_REFERENCE
|
|
117
|
+
Face7_4 : class -> EqualityType.BY_REFERENCE
|
|
118
|
+
Face7_5 : class -> EqualityType.BY_REFERENCE
|
|
119
|
+
Face7_6 : class -> EqualityType.BY_REFERENCE
|
|
120
|
+
Face7_7 : alias -> Simplex7
|
|
121
|
+
Face8_0 : class -> EqualityType.BY_REFERENCE
|
|
122
|
+
Face8_1 : class -> EqualityType.BY_REFERENCE
|
|
123
|
+
Face8_2 : class -> EqualityType.BY_REFERENCE
|
|
124
|
+
Face8_3 : class -> EqualityType.BY_REFERENCE
|
|
125
|
+
Face8_4 : class -> EqualityType.BY_REFERENCE
|
|
126
|
+
Face8_5 : class -> EqualityType.BY_REFERENCE
|
|
127
|
+
Face8_6 : class -> EqualityType.BY_REFERENCE
|
|
128
|
+
Face8_7 : class -> EqualityType.BY_REFERENCE
|
|
129
|
+
Face8_8 : alias -> Simplex8
|
|
130
|
+
FaceEmbedding2_0 : class -> EqualityType.BY_VALUE
|
|
131
|
+
FaceEmbedding2_1 : class -> EqualityType.BY_VALUE
|
|
132
|
+
FaceEmbedding3_0 : class -> EqualityType.BY_VALUE
|
|
133
|
+
FaceEmbedding3_1 : class -> EqualityType.BY_VALUE
|
|
134
|
+
FaceEmbedding3_2 : class -> EqualityType.BY_VALUE
|
|
135
|
+
FaceEmbedding4_0 : class -> EqualityType.BY_VALUE
|
|
136
|
+
FaceEmbedding4_1 : class -> EqualityType.BY_VALUE
|
|
137
|
+
FaceEmbedding4_2 : class -> EqualityType.BY_VALUE
|
|
138
|
+
FaceEmbedding4_3 : class -> EqualityType.BY_VALUE
|
|
139
|
+
FaceEmbedding5_0 : class -> EqualityType.BY_VALUE
|
|
140
|
+
FaceEmbedding5_1 : class -> EqualityType.BY_VALUE
|
|
141
|
+
FaceEmbedding5_2 : class -> EqualityType.BY_VALUE
|
|
142
|
+
FaceEmbedding5_3 : class -> EqualityType.BY_VALUE
|
|
143
|
+
FaceEmbedding5_4 : class -> EqualityType.BY_VALUE
|
|
144
|
+
FaceEmbedding6_0 : class -> EqualityType.BY_VALUE
|
|
145
|
+
FaceEmbedding6_1 : class -> EqualityType.BY_VALUE
|
|
146
|
+
FaceEmbedding6_2 : class -> EqualityType.BY_VALUE
|
|
147
|
+
FaceEmbedding6_3 : class -> EqualityType.BY_VALUE
|
|
148
|
+
FaceEmbedding6_4 : class -> EqualityType.BY_VALUE
|
|
149
|
+
FaceEmbedding6_5 : class -> EqualityType.BY_VALUE
|
|
150
|
+
FaceEmbedding7_0 : class -> EqualityType.BY_VALUE
|
|
151
|
+
FaceEmbedding7_1 : class -> EqualityType.BY_VALUE
|
|
152
|
+
FaceEmbedding7_2 : class -> EqualityType.BY_VALUE
|
|
153
|
+
FaceEmbedding7_3 : class -> EqualityType.BY_VALUE
|
|
154
|
+
FaceEmbedding7_4 : class -> EqualityType.BY_VALUE
|
|
155
|
+
FaceEmbedding7_5 : class -> EqualityType.BY_VALUE
|
|
156
|
+
FaceEmbedding7_6 : class -> EqualityType.BY_VALUE
|
|
157
|
+
FaceEmbedding8_0 : class -> EqualityType.BY_VALUE
|
|
158
|
+
FaceEmbedding8_1 : class -> EqualityType.BY_VALUE
|
|
159
|
+
FaceEmbedding8_2 : class -> EqualityType.BY_VALUE
|
|
160
|
+
FaceEmbedding8_3 : class -> EqualityType.BY_VALUE
|
|
161
|
+
FaceEmbedding8_4 : class -> EqualityType.BY_VALUE
|
|
162
|
+
FaceEmbedding8_5 : class -> EqualityType.BY_VALUE
|
|
163
|
+
FaceEmbedding8_6 : class -> EqualityType.BY_VALUE
|
|
164
|
+
FaceEmbedding8_7 : class -> EqualityType.BY_VALUE
|
|
165
|
+
FacePair : class -> EqualityType.BY_VALUE
|
|
166
|
+
FacetPairing2 : class -> EqualityType.BY_VALUE
|
|
167
|
+
FacetPairing3 : class -> EqualityType.BY_VALUE
|
|
168
|
+
FacetPairing4 : class -> EqualityType.BY_VALUE
|
|
169
|
+
FacetPairing5 : class -> EqualityType.BY_VALUE
|
|
170
|
+
FacetPairing6 : class -> EqualityType.BY_VALUE
|
|
171
|
+
FacetPairing7 : class -> EqualityType.BY_VALUE
|
|
172
|
+
FacetPairing8 : class -> EqualityType.BY_VALUE
|
|
173
|
+
FacetSpec2 : class -> EqualityType.BY_VALUE
|
|
174
|
+
FacetSpec3 : class -> EqualityType.BY_VALUE
|
|
175
|
+
FacetSpec4 : class -> EqualityType.BY_VALUE
|
|
176
|
+
FacetSpec5 : class -> EqualityType.BY_VALUE
|
|
177
|
+
FacetSpec6 : class -> EqualityType.BY_VALUE
|
|
178
|
+
FacetSpec7 : class -> EqualityType.BY_VALUE
|
|
179
|
+
FacetSpec8 : class -> EqualityType.BY_VALUE
|
|
180
|
+
FailedPrecondition : exception
|
|
181
|
+
FileError : exception
|
|
182
|
+
FileFormat : enum
|
|
183
|
+
FileInfo : class -> EqualityType.BY_VALUE
|
|
184
|
+
Flags_AngleAlg : class -> EqualityType.BY_VALUE
|
|
185
|
+
Flags_CensusPurge : class -> EqualityType.BY_VALUE
|
|
186
|
+
Flags_GraphConstraint : class -> EqualityType.BY_VALUE
|
|
187
|
+
Flags_HyperAlg : class -> EqualityType.BY_VALUE
|
|
188
|
+
Flags_HyperList : class -> EqualityType.BY_VALUE
|
|
189
|
+
Flags_NormalAlg : class -> EqualityType.BY_VALUE
|
|
190
|
+
Flags_NormalList : class -> EqualityType.BY_VALUE
|
|
191
|
+
Flags_SurfaceExport : class -> EqualityType.BY_VALUE
|
|
192
|
+
Framing : enum
|
|
193
|
+
GlobalDirs : class -> EqualityType.NEVER_INSTANTIATED
|
|
194
|
+
GluingPermSearcher2 : class -> EqualityType.BY_REFERENCE
|
|
195
|
+
GluingPermSearcher3 : class -> EqualityType.BY_REFERENCE
|
|
196
|
+
GluingPermSearcher4 : class -> EqualityType.BY_REFERENCE
|
|
197
|
+
GluingPerms2 : class -> EqualityType.BY_VALUE
|
|
198
|
+
GluingPerms3 : class -> EqualityType.BY_VALUE
|
|
199
|
+
GluingPerms4 : class -> EqualityType.BY_VALUE
|
|
200
|
+
GluingPerms5 : class -> EqualityType.BY_VALUE
|
|
201
|
+
GluingPerms6 : class -> EqualityType.BY_VALUE
|
|
202
|
+
GluingPerms7 : class -> EqualityType.BY_VALUE
|
|
203
|
+
GluingPerms8 : class -> EqualityType.BY_VALUE
|
|
204
|
+
GraphConstraint : enum
|
|
205
|
+
GraphLoop : class -> EqualityType.BY_VALUE
|
|
206
|
+
GraphPair : class -> EqualityType.BY_VALUE
|
|
207
|
+
GraphTriple : class -> EqualityType.BY_VALUE
|
|
208
|
+
GroupExpression : class -> EqualityType.BY_VALUE
|
|
209
|
+
GroupExpressionTerm : class -> EqualityType.BY_VALUE
|
|
210
|
+
GroupPresentation : class -> EqualityType.BY_VALUE
|
|
211
|
+
Handlebody : class -> EqualityType.BY_VALUE
|
|
212
|
+
HilbertCD : class -> EqualityType.NEVER_INSTANTIATED
|
|
213
|
+
HilbertDual : class -> EqualityType.NEVER_INSTANTIATED
|
|
214
|
+
HilbertPrimal : class -> EqualityType.NEVER_INSTANTIATED
|
|
215
|
+
HomGroupPresentation : class -> EqualityType.BY_VALUE
|
|
216
|
+
HomMarkedAbelianGroup : class -> EqualityType.DISABLED
|
|
217
|
+
HomologicalData : class -> EqualityType.DISABLED
|
|
218
|
+
HyperAlg : enum
|
|
219
|
+
HyperAlgFlags : alias -> enum HyperAlg
|
|
220
|
+
HyperCoords : enum
|
|
221
|
+
HyperEncoding : class -> EqualityType.BY_VALUE
|
|
222
|
+
HyperInfo : class -> EqualityType.NEVER_INSTANTIATED
|
|
223
|
+
HyperList : enum
|
|
224
|
+
HyperListFlags : alias -> enum HyperList
|
|
225
|
+
HyperbolicMinSearcher : class -> EqualityType.BY_REFERENCE
|
|
226
|
+
ImpossibleScenario : exception
|
|
227
|
+
Integer : class -> EqualityType.BY_VALUE
|
|
228
|
+
IntersectionForm : class -> EqualityType.BY_VALUE
|
|
229
|
+
InvalidArgument : exception
|
|
230
|
+
InvalidInput : exception
|
|
231
|
+
IsoSigClassic2 : class -> EqualityType.DISABLED
|
|
232
|
+
IsoSigClassic3 : class -> EqualityType.DISABLED
|
|
233
|
+
IsoSigClassic4 : class -> EqualityType.DISABLED
|
|
234
|
+
IsoSigClassic5 : class -> EqualityType.DISABLED
|
|
235
|
+
IsoSigClassic6 : class -> EqualityType.DISABLED
|
|
236
|
+
IsoSigClassic7 : class -> EqualityType.DISABLED
|
|
237
|
+
IsoSigClassic8 : class -> EqualityType.DISABLED
|
|
238
|
+
IsoSigEdgeDegrees2 : class -> EqualityType.DISABLED
|
|
239
|
+
IsoSigEdgeDegrees3 : class -> EqualityType.DISABLED
|
|
240
|
+
IsoSigEdgeDegrees4 : class -> EqualityType.DISABLED
|
|
241
|
+
IsoSigEdgeDegrees5 : class -> EqualityType.DISABLED
|
|
242
|
+
IsoSigEdgeDegrees6 : class -> EqualityType.DISABLED
|
|
243
|
+
IsoSigEdgeDegrees7 : class -> EqualityType.DISABLED
|
|
244
|
+
IsoSigEdgeDegrees8 : class -> EqualityType.DISABLED
|
|
245
|
+
IsoSigPrintable2 : class -> EqualityType.NEVER_INSTANTIATED
|
|
246
|
+
IsoSigPrintable3 : class -> EqualityType.NEVER_INSTANTIATED
|
|
247
|
+
IsoSigPrintable4 : class -> EqualityType.NEVER_INSTANTIATED
|
|
248
|
+
IsoSigPrintable5 : class -> EqualityType.NEVER_INSTANTIATED
|
|
249
|
+
IsoSigPrintable6 : class -> EqualityType.NEVER_INSTANTIATED
|
|
250
|
+
IsoSigPrintable7 : class -> EqualityType.NEVER_INSTANTIATED
|
|
251
|
+
IsoSigPrintable8 : class -> EqualityType.NEVER_INSTANTIATED
|
|
252
|
+
IsoSigPrintableLockFree2 : class -> EqualityType.NEVER_INSTANTIATED
|
|
253
|
+
IsoSigPrintableLockFree3 : class -> EqualityType.NEVER_INSTANTIATED
|
|
254
|
+
IsoSigPrintableLockFree4 : class -> EqualityType.NEVER_INSTANTIATED
|
|
255
|
+
IsoSigPrintableLockFree5 : class -> EqualityType.NEVER_INSTANTIATED
|
|
256
|
+
IsoSigPrintableLockFree6 : class -> EqualityType.NEVER_INSTANTIATED
|
|
257
|
+
IsoSigPrintableLockFree7 : class -> EqualityType.NEVER_INSTANTIATED
|
|
258
|
+
IsoSigPrintableLockFree8 : class -> EqualityType.NEVER_INSTANTIATED
|
|
259
|
+
IsoSigRidgeDegrees2 : class -> EqualityType.DISABLED
|
|
260
|
+
IsoSigRidgeDegrees3 : alias -> IsoSigEdgeDegrees3
|
|
261
|
+
IsoSigRidgeDegrees4 : class -> EqualityType.DISABLED
|
|
262
|
+
IsoSigRidgeDegrees5 : class -> EqualityType.DISABLED
|
|
263
|
+
IsoSigRidgeDegrees6 : class -> EqualityType.DISABLED
|
|
264
|
+
IsoSigRidgeDegrees7 : class -> EqualityType.DISABLED
|
|
265
|
+
IsoSigRidgeDegrees8 : class -> EqualityType.DISABLED
|
|
266
|
+
Isomorphism2 : class -> EqualityType.BY_VALUE
|
|
267
|
+
Isomorphism3 : class -> EqualityType.BY_VALUE
|
|
268
|
+
Isomorphism4 : class -> EqualityType.BY_VALUE
|
|
269
|
+
Isomorphism5 : class -> EqualityType.BY_VALUE
|
|
270
|
+
Isomorphism6 : class -> EqualityType.BY_VALUE
|
|
271
|
+
Isomorphism7 : class -> EqualityType.BY_VALUE
|
|
272
|
+
Isomorphism8 : class -> EqualityType.BY_VALUE
|
|
273
|
+
LPConstraintEulerPositive : class -> EqualityType.NEVER_INSTANTIATED
|
|
274
|
+
LPConstraintEulerZero : class -> EqualityType.NEVER_INSTANTIATED
|
|
275
|
+
LPConstraintNonSpun : class -> EqualityType.NEVER_INSTANTIATED
|
|
276
|
+
LPConstraintNone : class -> EqualityType.NEVER_INSTANTIATED
|
|
277
|
+
LPData : class -> EqualityType.DISABLED
|
|
278
|
+
LPData_EulerPositive : class -> EqualityType.DISABLED
|
|
279
|
+
LPData_EulerZero : class -> EqualityType.DISABLED
|
|
280
|
+
LPData_NonSpun : class -> EqualityType.DISABLED
|
|
281
|
+
LPInitialTableaux : class -> EqualityType.DISABLED
|
|
282
|
+
LPInitialTableaux_EulerPositive : class -> EqualityType.DISABLED
|
|
283
|
+
LPInitialTableaux_EulerZero : class -> EqualityType.DISABLED
|
|
284
|
+
LPInitialTableaux_NonSpun : class -> EqualityType.DISABLED
|
|
285
|
+
LPMatrix : class -> EqualityType.BY_VALUE
|
|
286
|
+
LPSystem : class -> EqualityType.BY_VALUE
|
|
287
|
+
Language : enum
|
|
288
|
+
LargeInteger : class -> EqualityType.BY_VALUE
|
|
289
|
+
Laurent : class -> EqualityType.BY_VALUE
|
|
290
|
+
Laurent2 : class -> EqualityType.BY_VALUE
|
|
291
|
+
LayeredChain : class -> EqualityType.BY_VALUE
|
|
292
|
+
LayeredChainPair : class -> EqualityType.BY_VALUE
|
|
293
|
+
LayeredLensSpace : class -> EqualityType.BY_VALUE
|
|
294
|
+
LayeredLoop : class -> EqualityType.BY_VALUE
|
|
295
|
+
LayeredSolidTorus : class -> EqualityType.BY_VALUE
|
|
296
|
+
LayeredTorusBundle : class -> EqualityType.BY_VALUE
|
|
297
|
+
Layering : class -> EqualityType.BY_VALUE
|
|
298
|
+
LensSpace : class -> EqualityType.BY_VALUE
|
|
299
|
+
Link : class -> EqualityType.BY_VALUE
|
|
300
|
+
Locale : class -> EqualityType.NEVER_INSTANTIATED
|
|
301
|
+
LockViolation : exception
|
|
302
|
+
Manifold : class -> EqualityType.NEVER_INSTANTIATED
|
|
303
|
+
MarkedAbelianGroup : class -> EqualityType.BY_VALUE
|
|
304
|
+
Matrix2 : class -> EqualityType.BY_VALUE
|
|
305
|
+
Matrix3D : class -> EqualityType.BY_VALUE
|
|
306
|
+
MatrixBool : class -> EqualityType.BY_VALUE
|
|
307
|
+
MatrixInt : class -> EqualityType.BY_VALUE
|
|
308
|
+
MatrixReal : class -> EqualityType.BY_VALUE
|
|
309
|
+
MaxAdmissible : class -> EqualityType.NEVER_INSTANTIATED
|
|
310
|
+
ModelLinkGraph : class -> EqualityType.BY_VALUE
|
|
311
|
+
ModelLinkGraphArc : class -> EqualityType.BY_VALUE
|
|
312
|
+
ModelLinkGraphCells : class -> EqualityType.BY_VALUE
|
|
313
|
+
ModelLinkGraphNode : class -> EqualityType.BY_REFERENCE
|
|
314
|
+
NamedPermGroup : enum
|
|
315
|
+
NiceType : enum
|
|
316
|
+
NoSolution : exception
|
|
317
|
+
NormalAlg : enum
|
|
318
|
+
NormalAlgFlags : alias -> enum NormalAlg
|
|
319
|
+
NormalCoords : enum
|
|
320
|
+
NormalEncoding : class -> EqualityType.BY_VALUE
|
|
321
|
+
NormalHypersurface : class -> EqualityType.BY_VALUE
|
|
322
|
+
NormalHypersurfaces : class -> EqualityType.BY_VALUE
|
|
323
|
+
NormalInfo : class -> EqualityType.NEVER_INSTANTIATED
|
|
324
|
+
NormalList : enum
|
|
325
|
+
NormalListFlags : alias -> enum NormalList
|
|
326
|
+
NormalSurface : class -> EqualityType.BY_VALUE
|
|
327
|
+
NormalSurfaces : class -> EqualityType.BY_VALUE
|
|
328
|
+
NormalTransform : enum
|
|
329
|
+
NotImplemented : exception
|
|
330
|
+
Packet : class -> EqualityType.NEVER_INSTANTIATED
|
|
331
|
+
PacketChildren : class -> EqualityType.BY_VALUE
|
|
332
|
+
PacketDescendants : class -> EqualityType.BY_VALUE
|
|
333
|
+
PacketInfo : class -> EqualityType.NEVER_INSTANTIATED
|
|
334
|
+
PacketListener : class -> EqualityType.BY_REFERENCE
|
|
335
|
+
PacketOfAngleStructures : class -> EqualityType.BY_VALUE
|
|
336
|
+
PacketOfLink : class -> EqualityType.BY_VALUE
|
|
337
|
+
PacketOfNormalHypersurfaces : class -> EqualityType.BY_VALUE
|
|
338
|
+
PacketOfNormalSurfaces : class -> EqualityType.BY_VALUE
|
|
339
|
+
PacketOfSnapPeaTriangulation : class -> EqualityType.BY_VALUE
|
|
340
|
+
PacketOfSpatialLink : class -> EqualityType.BY_VALUE
|
|
341
|
+
PacketOfTriangulation2 : class -> EqualityType.BY_VALUE
|
|
342
|
+
PacketOfTriangulation3 : class -> EqualityType.BY_VALUE
|
|
343
|
+
PacketOfTriangulation4 : class -> EqualityType.BY_VALUE
|
|
344
|
+
PacketOfTriangulation5 : class -> EqualityType.BY_VALUE
|
|
345
|
+
PacketOfTriangulation6 : class -> EqualityType.BY_VALUE
|
|
346
|
+
PacketOfTriangulation7 : class -> EqualityType.BY_VALUE
|
|
347
|
+
PacketOfTriangulation8 : class -> EqualityType.BY_VALUE
|
|
348
|
+
PacketShell : class -> EqualityType.BY_VALUE
|
|
349
|
+
PacketType : enum
|
|
350
|
+
Pentachoron4 : alias -> Simplex4
|
|
351
|
+
Pentachoron5 : alias -> Face5_4
|
|
352
|
+
Pentachoron6 : alias -> Face6_4
|
|
353
|
+
Pentachoron7 : alias -> Face7_4
|
|
354
|
+
Pentachoron8 : alias -> Face8_4
|
|
355
|
+
PentachoronEmbedding5 : alias -> FaceEmbedding5_4
|
|
356
|
+
PentachoronEmbedding6 : alias -> FaceEmbedding6_4
|
|
357
|
+
PentachoronEmbedding7 : alias -> FaceEmbedding7_4
|
|
358
|
+
PentachoronEmbedding8 : alias -> FaceEmbedding8_4
|
|
359
|
+
Perm10 : class -> EqualityType.BY_VALUE
|
|
360
|
+
Perm11 : class -> EqualityType.BY_VALUE
|
|
361
|
+
Perm12 : class -> EqualityType.BY_VALUE
|
|
362
|
+
Perm13 : class -> EqualityType.BY_VALUE
|
|
363
|
+
Perm14 : class -> EqualityType.BY_VALUE
|
|
364
|
+
Perm15 : class -> EqualityType.BY_VALUE
|
|
365
|
+
Perm16 : class -> EqualityType.BY_VALUE
|
|
366
|
+
Perm2 : class -> EqualityType.BY_VALUE
|
|
367
|
+
Perm3 : class -> EqualityType.BY_VALUE
|
|
368
|
+
Perm4 : class -> EqualityType.BY_VALUE
|
|
369
|
+
Perm5 : class -> EqualityType.BY_VALUE
|
|
370
|
+
Perm6 : class -> EqualityType.BY_VALUE
|
|
371
|
+
Perm7 : class -> EqualityType.BY_VALUE
|
|
372
|
+
Perm8 : class -> EqualityType.BY_VALUE
|
|
373
|
+
Perm9 : class -> EqualityType.BY_VALUE
|
|
374
|
+
PermClass10 : class -> EqualityType.BY_VALUE
|
|
375
|
+
PermClass11 : class -> EqualityType.BY_VALUE
|
|
376
|
+
PermClass12 : class -> EqualityType.BY_VALUE
|
|
377
|
+
PermClass13 : class -> EqualityType.BY_VALUE
|
|
378
|
+
PermClass14 : class -> EqualityType.BY_VALUE
|
|
379
|
+
PermClass15 : class -> EqualityType.BY_VALUE
|
|
380
|
+
PermClass16 : class -> EqualityType.BY_VALUE
|
|
381
|
+
PermClass2 : class -> EqualityType.BY_VALUE
|
|
382
|
+
PermClass3 : class -> EqualityType.BY_VALUE
|
|
383
|
+
PermClass4 : class -> EqualityType.BY_VALUE
|
|
384
|
+
PermClass5 : class -> EqualityType.BY_VALUE
|
|
385
|
+
PermClass6 : class -> EqualityType.BY_VALUE
|
|
386
|
+
PermClass7 : class -> EqualityType.BY_VALUE
|
|
387
|
+
PermClass8 : class -> EqualityType.BY_VALUE
|
|
388
|
+
PermClass9 : class -> EqualityType.BY_VALUE
|
|
389
|
+
PermCodeType : enum
|
|
390
|
+
PermGroup10 : class -> EqualityType.BY_VALUE
|
|
391
|
+
PermGroup10_Cached : class -> EqualityType.BY_VALUE
|
|
392
|
+
PermGroup11 : class -> EqualityType.BY_VALUE
|
|
393
|
+
PermGroup11_Cached : class -> EqualityType.BY_VALUE
|
|
394
|
+
PermGroup12 : class -> EqualityType.BY_VALUE
|
|
395
|
+
PermGroup12_Cached : class -> EqualityType.BY_VALUE
|
|
396
|
+
PermGroup13 : class -> EqualityType.BY_VALUE
|
|
397
|
+
PermGroup13_Cached : class -> EqualityType.BY_VALUE
|
|
398
|
+
PermGroup14 : class -> EqualityType.BY_VALUE
|
|
399
|
+
PermGroup14_Cached : class -> EqualityType.BY_VALUE
|
|
400
|
+
PermGroup15 : class -> EqualityType.BY_VALUE
|
|
401
|
+
PermGroup15_Cached : class -> EqualityType.BY_VALUE
|
|
402
|
+
PermGroup16 : class -> EqualityType.BY_VALUE
|
|
403
|
+
PermGroup16_Cached : class -> EqualityType.BY_VALUE
|
|
404
|
+
PermGroup2 : class -> EqualityType.BY_VALUE
|
|
405
|
+
PermGroup2_Cached : class -> EqualityType.BY_VALUE
|
|
406
|
+
PermGroup3 : class -> EqualityType.BY_VALUE
|
|
407
|
+
PermGroup3_Cached : class -> EqualityType.BY_VALUE
|
|
408
|
+
PermGroup4 : class -> EqualityType.BY_VALUE
|
|
409
|
+
PermGroup4_Cached : class -> EqualityType.BY_VALUE
|
|
410
|
+
PermGroup5 : class -> EqualityType.BY_VALUE
|
|
411
|
+
PermGroup5_Cached : class -> EqualityType.BY_VALUE
|
|
412
|
+
PermGroup6 : class -> EqualityType.BY_VALUE
|
|
413
|
+
PermGroup6_Cached : class -> EqualityType.BY_VALUE
|
|
414
|
+
PermGroup7 : class -> EqualityType.BY_VALUE
|
|
415
|
+
PermGroup7_Cached : class -> EqualityType.BY_VALUE
|
|
416
|
+
PermGroup8 : class -> EqualityType.BY_VALUE
|
|
417
|
+
PermGroup8_Cached : class -> EqualityType.BY_VALUE
|
|
418
|
+
PermGroup9 : class -> EqualityType.BY_VALUE
|
|
419
|
+
PermGroup9_Cached : class -> EqualityType.BY_VALUE
|
|
420
|
+
PermOrder : enum
|
|
421
|
+
PermSn10_Lex : class -> EqualityType.BY_VALUE
|
|
422
|
+
PermSn10_Sign : class -> EqualityType.BY_VALUE
|
|
423
|
+
PermSn11_Lex : class -> EqualityType.BY_VALUE
|
|
424
|
+
PermSn11_Sign : class -> EqualityType.BY_VALUE
|
|
425
|
+
PermSn12_Lex : class -> EqualityType.BY_VALUE
|
|
426
|
+
PermSn12_Sign : class -> EqualityType.BY_VALUE
|
|
427
|
+
PermSn13_Lex : class -> EqualityType.BY_VALUE
|
|
428
|
+
PermSn13_Sign : class -> EqualityType.BY_VALUE
|
|
429
|
+
PermSn14_Lex : class -> EqualityType.BY_VALUE
|
|
430
|
+
PermSn14_Sign : class -> EqualityType.BY_VALUE
|
|
431
|
+
PermSn15_Lex : class -> EqualityType.BY_VALUE
|
|
432
|
+
PermSn15_Sign : class -> EqualityType.BY_VALUE
|
|
433
|
+
PermSn16_Lex : class -> EqualityType.BY_VALUE
|
|
434
|
+
PermSn16_Sign : class -> EqualityType.BY_VALUE
|
|
435
|
+
PermSn2_Lex : class -> EqualityType.BY_VALUE
|
|
436
|
+
PermSn2_Sign : class -> EqualityType.BY_VALUE
|
|
437
|
+
PermSn3_Lex : class -> EqualityType.BY_VALUE
|
|
438
|
+
PermSn3_Sign : class -> EqualityType.BY_VALUE
|
|
439
|
+
PermSn4_Lex : class -> EqualityType.BY_VALUE
|
|
440
|
+
PermSn4_Sign : class -> EqualityType.BY_VALUE
|
|
441
|
+
PermSn5_Lex : class -> EqualityType.BY_VALUE
|
|
442
|
+
PermSn5_Sign : class -> EqualityType.BY_VALUE
|
|
443
|
+
PermSn6_Lex : class -> EqualityType.BY_VALUE
|
|
444
|
+
PermSn6_Sign : class -> EqualityType.BY_VALUE
|
|
445
|
+
PermSn7_Lex : class -> EqualityType.BY_VALUE
|
|
446
|
+
PermSn7_Sign : class -> EqualityType.BY_VALUE
|
|
447
|
+
PermSn8_Lex : class -> EqualityType.BY_VALUE
|
|
448
|
+
PermSn8_Sign : class -> EqualityType.BY_VALUE
|
|
449
|
+
PermSn9_Lex : class -> EqualityType.BY_VALUE
|
|
450
|
+
PermSn9_Sign : class -> EqualityType.BY_VALUE
|
|
451
|
+
PermSubSn2_1_Sign : class -> EqualityType.BY_VALUE
|
|
452
|
+
PermSubSn3_2_Sign : class -> EqualityType.BY_VALUE
|
|
453
|
+
PermSubSn4_2_Sign : class -> EqualityType.BY_VALUE
|
|
454
|
+
PermSubSn4_3_Lex : class -> EqualityType.BY_VALUE
|
|
455
|
+
PermSubSn4_3_Sign : class -> EqualityType.BY_VALUE
|
|
456
|
+
PermSubSn5_2_Sign : class -> EqualityType.BY_VALUE
|
|
457
|
+
PermSubSn5_3_Lex : class -> EqualityType.BY_VALUE
|
|
458
|
+
PermSubSn5_3_Sign : class -> EqualityType.BY_VALUE
|
|
459
|
+
PermSubSn5_4_Lex : class -> EqualityType.BY_VALUE
|
|
460
|
+
PermSubSn5_4_Sign : class -> EqualityType.BY_VALUE
|
|
461
|
+
PillowTwoSphere : class -> EqualityType.BY_VALUE
|
|
462
|
+
PlugTriSolidTorus : class -> EqualityType.BY_VALUE
|
|
463
|
+
PluggedTorusBundle : class -> EqualityType.BY_VALUE
|
|
464
|
+
Polynomial : alias -> PolynomialRational
|
|
465
|
+
PolynomialInt : class -> EqualityType.BY_VALUE
|
|
466
|
+
PolynomialRational : class -> EqualityType.BY_VALUE
|
|
467
|
+
PosOrder : class -> EqualityType.DISABLED
|
|
468
|
+
Primes : class -> EqualityType.NEVER_INSTANTIATED
|
|
469
|
+
PrismSpec : class -> EqualityType.BY_VALUE
|
|
470
|
+
ProgressTracker : class -> EqualityType.BY_REFERENCE
|
|
471
|
+
ProgressTrackerBase : class -> EqualityType.BY_REFERENCE
|
|
472
|
+
ProgressTrackerObjective : class -> EqualityType.BY_REFERENCE
|
|
473
|
+
ProgressTrackerOpen : class -> EqualityType.BY_REFERENCE
|
|
474
|
+
Qitmask128 : class -> EqualityType.BY_VALUE
|
|
475
|
+
Qitmask16 : class -> EqualityType.BY_VALUE
|
|
476
|
+
Qitmask32 : class -> EqualityType.BY_VALUE
|
|
477
|
+
Qitmask64 : class -> EqualityType.BY_VALUE
|
|
478
|
+
Qitmask8 : class -> EqualityType.BY_VALUE
|
|
479
|
+
RandomEngine : class -> EqualityType.NEVER_INSTANTIATED
|
|
480
|
+
Rational : class -> EqualityType.BY_VALUE
|
|
481
|
+
ReginaException : exception
|
|
482
|
+
Rotation3D : class -> EqualityType.BY_VALUE
|
|
483
|
+
SFSAlt : class -> EqualityType.BY_VALUE
|
|
484
|
+
SFSFibre : class -> EqualityType.BY_VALUE
|
|
485
|
+
SFSpace : class -> EqualityType.BY_VALUE
|
|
486
|
+
SatAnnulus : class -> EqualityType.BY_VALUE
|
|
487
|
+
SatBlock : class -> EqualityType.BY_VALUE
|
|
488
|
+
SatBlockModel : class -> EqualityType.BY_VALUE
|
|
489
|
+
SatBlockSpec : class -> EqualityType.BY_VALUE
|
|
490
|
+
SatCube : class -> EqualityType.BY_VALUE
|
|
491
|
+
SatLST : class -> EqualityType.BY_VALUE
|
|
492
|
+
SatLayering : class -> EqualityType.BY_VALUE
|
|
493
|
+
SatMobius : class -> EqualityType.BY_VALUE
|
|
494
|
+
SatReflectorStrip : class -> EqualityType.BY_VALUE
|
|
495
|
+
SatRegion : class -> EqualityType.BY_VALUE
|
|
496
|
+
SatTriPrism : class -> EqualityType.BY_VALUE
|
|
497
|
+
Script : class -> EqualityType.BY_VALUE
|
|
498
|
+
Segment3D : class -> EqualityType.BY_VALUE
|
|
499
|
+
SigCensus : class -> EqualityType.NEVER_INSTANTIATED
|
|
500
|
+
SigPartialIsomorphism : class -> EqualityType.BY_VALUE
|
|
501
|
+
Signature : class -> EqualityType.BY_VALUE
|
|
502
|
+
SimpleSurfaceBundle : class -> EqualityType.BY_VALUE
|
|
503
|
+
Simplex2 : class -> EqualityType.BY_REFERENCE
|
|
504
|
+
Simplex3 : class -> EqualityType.BY_REFERENCE
|
|
505
|
+
Simplex4 : class -> EqualityType.BY_REFERENCE
|
|
506
|
+
Simplex5 : class -> EqualityType.BY_REFERENCE
|
|
507
|
+
Simplex6 : class -> EqualityType.BY_REFERENCE
|
|
508
|
+
Simplex7 : class -> EqualityType.BY_REFERENCE
|
|
509
|
+
Simplex8 : class -> EqualityType.BY_REFERENCE
|
|
510
|
+
SnapPeaCensusManifold : class -> EqualityType.BY_VALUE
|
|
511
|
+
SnapPeaCensusTri : class -> EqualityType.BY_VALUE
|
|
512
|
+
SnapPeaFatalError : exception
|
|
513
|
+
SnapPeaIsNull : exception
|
|
514
|
+
SnapPeaMemoryFull : exception
|
|
515
|
+
SnapPeaTriangulation : class -> EqualityType.BY_VALUE
|
|
516
|
+
SnapPeaUnsolvedCase : exception
|
|
517
|
+
SnappedBall : class -> EqualityType.BY_VALUE
|
|
518
|
+
SnappedTwoSphere : class -> EqualityType.BY_VALUE
|
|
519
|
+
SnapshotWriteError : exception
|
|
520
|
+
SpatialLink : class -> EqualityType.BY_VALUE
|
|
521
|
+
SpiralSolidTorus : class -> EqualityType.BY_VALUE
|
|
522
|
+
StandardTriangulation : class -> EqualityType.NEVER_INSTANTIATED
|
|
523
|
+
StrandRef : class -> EqualityType.BY_VALUE
|
|
524
|
+
SubtreeIterator : class -> EqualityType.BY_VALUE
|
|
525
|
+
SurfaceExport : enum
|
|
526
|
+
SurfaceExportFields : alias -> enum SurfaceExport
|
|
527
|
+
SurfaceFilter : class -> EqualityType.NEVER_INSTANTIATED
|
|
528
|
+
SurfaceFilterCombination : class -> EqualityType.BY_VALUE
|
|
529
|
+
SurfaceFilterProperties : class -> EqualityType.BY_VALUE
|
|
530
|
+
SurfaceFilterType : enum
|
|
531
|
+
Tangle : class -> EqualityType.BY_VALUE
|
|
532
|
+
TautEnumeration : class -> EqualityType.BY_REFERENCE
|
|
533
|
+
Tetrahedron3 : alias -> Simplex3
|
|
534
|
+
Tetrahedron4 : alias -> Face4_3
|
|
535
|
+
Tetrahedron5 : alias -> Face5_3
|
|
536
|
+
Tetrahedron6 : alias -> Face6_3
|
|
537
|
+
Tetrahedron7 : alias -> Face7_3
|
|
538
|
+
Tetrahedron8 : alias -> Face8_3
|
|
539
|
+
TetrahedronEmbedding4 : alias -> FaceEmbedding4_3
|
|
540
|
+
TetrahedronEmbedding5 : alias -> FaceEmbedding5_3
|
|
541
|
+
TetrahedronEmbedding6 : alias -> FaceEmbedding6_3
|
|
542
|
+
TetrahedronEmbedding7 : alias -> FaceEmbedding7_3
|
|
543
|
+
TetrahedronEmbedding8 : alias -> FaceEmbedding8_3
|
|
544
|
+
Text : class -> EqualityType.BY_VALUE
|
|
545
|
+
TorusBundle : class -> EqualityType.BY_VALUE
|
|
546
|
+
TreeBag : class -> EqualityType.BY_REFERENCE
|
|
547
|
+
TreeDecomposition : class -> EqualityType.BY_VALUE
|
|
548
|
+
TreeDecompositionAlg : enum
|
|
549
|
+
TreeEnumeration : class -> EqualityType.BY_REFERENCE
|
|
550
|
+
TreeEnumeration_BanBoundary : class -> EqualityType.BY_REFERENCE
|
|
551
|
+
TreeEnumeration_BanEdge : class -> EqualityType.BY_REFERENCE
|
|
552
|
+
TreeEnumeration_BanTorusBoundary : class -> EqualityType.BY_REFERENCE
|
|
553
|
+
TreeEnumeration_EulerPositive : class -> EqualityType.BY_REFERENCE
|
|
554
|
+
TreeEnumeration_EulerPositive_BanBoundary : class -> EqualityType.BY_REFERENCE
|
|
555
|
+
TreeEnumeration_EulerPositive_BanEdge : class -> EqualityType.BY_REFERENCE
|
|
556
|
+
TreeEnumeration_EulerPositive_BanTorusBoundary : class -> EqualityType.BY_REFERENCE
|
|
557
|
+
TreeEnumeration_EulerZero : class -> EqualityType.BY_REFERENCE
|
|
558
|
+
TreeEnumeration_EulerZero_BanBoundary : class -> EqualityType.BY_REFERENCE
|
|
559
|
+
TreeEnumeration_EulerZero_BanEdge : class -> EqualityType.BY_REFERENCE
|
|
560
|
+
TreeEnumeration_EulerZero_BanTorusBoundary : class -> EqualityType.BY_REFERENCE
|
|
561
|
+
TreeEnumeration_NonSpun : class -> EqualityType.BY_REFERENCE
|
|
562
|
+
TreeSingleSoln : class -> EqualityType.BY_REFERENCE
|
|
563
|
+
TreeSingleSoln_BanBoundary : class -> EqualityType.BY_REFERENCE
|
|
564
|
+
TreeSingleSoln_BanEdge : class -> EqualityType.BY_REFERENCE
|
|
565
|
+
TreeSingleSoln_BanTorusBoundary : class -> EqualityType.BY_REFERENCE
|
|
566
|
+
TreeSingleSoln_EulerPositive : class -> EqualityType.BY_REFERENCE
|
|
567
|
+
TreeSingleSoln_EulerPositive_BanBoundary : class -> EqualityType.BY_REFERENCE
|
|
568
|
+
TreeSingleSoln_EulerPositive_BanEdge : class -> EqualityType.BY_REFERENCE
|
|
569
|
+
TreeSingleSoln_EulerPositive_BanTorusBoundary : class -> EqualityType.BY_REFERENCE
|
|
570
|
+
TreeSingleSoln_EulerZero : class -> EqualityType.BY_REFERENCE
|
|
571
|
+
TreeSingleSoln_EulerZero_BanBoundary : class -> EqualityType.BY_REFERENCE
|
|
572
|
+
TreeSingleSoln_EulerZero_BanEdge : class -> EqualityType.BY_REFERENCE
|
|
573
|
+
TreeSingleSoln_EulerZero_BanTorusBoundary : class -> EqualityType.BY_REFERENCE
|
|
574
|
+
TreeSingleSoln_NonSpun : class -> EqualityType.BY_REFERENCE
|
|
575
|
+
TreeTraversal : class -> EqualityType.BY_REFERENCE
|
|
576
|
+
TreeTraversal_BanBoundary : class -> EqualityType.BY_REFERENCE
|
|
577
|
+
TreeTraversal_BanEdge : class -> EqualityType.BY_REFERENCE
|
|
578
|
+
TreeTraversal_BanTorusBoundary : class -> EqualityType.BY_REFERENCE
|
|
579
|
+
TreeTraversal_EulerPositive : class -> EqualityType.BY_REFERENCE
|
|
580
|
+
TreeTraversal_EulerPositive_BanBoundary : class -> EqualityType.BY_REFERENCE
|
|
581
|
+
TreeTraversal_EulerPositive_BanEdge : class -> EqualityType.BY_REFERENCE
|
|
582
|
+
TreeTraversal_EulerPositive_BanTorusBoundary : class -> EqualityType.BY_REFERENCE
|
|
583
|
+
TreeTraversal_EulerZero : class -> EqualityType.BY_REFERENCE
|
|
584
|
+
TreeTraversal_EulerZero_BanBoundary : class -> EqualityType.BY_REFERENCE
|
|
585
|
+
TreeTraversal_EulerZero_BanEdge : class -> EqualityType.BY_REFERENCE
|
|
586
|
+
TreeTraversal_EulerZero_BanTorusBoundary : class -> EqualityType.BY_REFERENCE
|
|
587
|
+
TreeTraversal_NonSpun : class -> EqualityType.BY_REFERENCE
|
|
588
|
+
TriSolidTorus : class -> EqualityType.BY_VALUE
|
|
589
|
+
Triangle2 : alias -> Simplex2
|
|
590
|
+
Triangle3 : alias -> Face3_2
|
|
591
|
+
Triangle4 : alias -> Face4_2
|
|
592
|
+
Triangle5 : alias -> Face5_2
|
|
593
|
+
Triangle6 : alias -> Face6_2
|
|
594
|
+
Triangle7 : alias -> Face7_2
|
|
595
|
+
Triangle8 : alias -> Face8_2
|
|
596
|
+
TriangleEmbedding3 : alias -> FaceEmbedding3_2
|
|
597
|
+
TriangleEmbedding4 : alias -> FaceEmbedding4_2
|
|
598
|
+
TriangleEmbedding5 : alias -> FaceEmbedding5_2
|
|
599
|
+
TriangleEmbedding6 : alias -> FaceEmbedding6_2
|
|
600
|
+
TriangleEmbedding7 : alias -> FaceEmbedding7_2
|
|
601
|
+
TriangleEmbedding8 : alias -> FaceEmbedding8_2
|
|
602
|
+
TriangleType : enum
|
|
603
|
+
Triangulation2 : class -> EqualityType.BY_VALUE
|
|
604
|
+
Triangulation3 : class -> EqualityType.BY_VALUE
|
|
605
|
+
Triangulation4 : class -> EqualityType.BY_VALUE
|
|
606
|
+
Triangulation5 : class -> EqualityType.BY_VALUE
|
|
607
|
+
Triangulation6 : class -> EqualityType.BY_VALUE
|
|
608
|
+
Triangulation7 : class -> EqualityType.BY_VALUE
|
|
609
|
+
Triangulation8 : class -> EqualityType.BY_VALUE
|
|
610
|
+
TrieSet : class -> EqualityType.BY_VALUE
|
|
611
|
+
TrivialTri : class -> EqualityType.BY_VALUE
|
|
612
|
+
TxICore : class -> EqualityType.BY_VALUE
|
|
613
|
+
TxIDiagonalCore : class -> EqualityType.BY_VALUE
|
|
614
|
+
TxIParallelCore : class -> EqualityType.BY_VALUE
|
|
615
|
+
TypeTrie4 : class -> EqualityType.BY_VALUE
|
|
616
|
+
TypeTrie7 : class -> EqualityType.BY_VALUE
|
|
617
|
+
UnsolvedCase : exception
|
|
618
|
+
ValidityConstraints : class -> EqualityType.BY_VALUE
|
|
619
|
+
Vector3D : class -> EqualityType.BY_VALUE
|
|
620
|
+
VectorInt : class -> EqualityType.BY_VALUE
|
|
621
|
+
VectorLarge : class -> EqualityType.BY_VALUE
|
|
622
|
+
Vertex2 : alias -> Face2_0
|
|
623
|
+
Vertex3 : alias -> Face3_0
|
|
624
|
+
Vertex4 : alias -> Face4_0
|
|
625
|
+
Vertex5 : alias -> Face5_0
|
|
626
|
+
Vertex6 : alias -> Face6_0
|
|
627
|
+
Vertex7 : alias -> Face7_0
|
|
628
|
+
Vertex8 : alias -> Face8_0
|
|
629
|
+
VertexEmbedding2 : alias -> FaceEmbedding2_0
|
|
630
|
+
VertexEmbedding3 : alias -> FaceEmbedding3_0
|
|
631
|
+
VertexEmbedding4 : alias -> FaceEmbedding4_0
|
|
632
|
+
VertexEmbedding5 : alias -> FaceEmbedding5_0
|
|
633
|
+
VertexEmbedding6 : alias -> FaceEmbedding6_0
|
|
634
|
+
VertexEmbedding7 : alias -> FaceEmbedding7_0
|
|
635
|
+
VertexEmbedding8 : alias -> FaceEmbedding8_0
|
|
636
|
+
base64Decode : function
|
|
637
|
+
base64Encode : function
|
|
638
|
+
base64Length : function
|
|
639
|
+
basicTokenise : function
|
|
640
|
+
binomMedium : function
|
|
641
|
+
bitsRequired : function
|
|
642
|
+
buildInfo : function
|
|
643
|
+
columnEchelonForm : function
|
|
644
|
+
digit : function
|
|
645
|
+
discOrientationFollowsEdge : function
|
|
646
|
+
faceOppositeEdge : function
|
|
647
|
+
factorial : function
|
|
648
|
+
gcd : function
|
|
649
|
+
gcdWithCoeffs : function
|
|
650
|
+
hasInt128 : function
|
|
651
|
+
isBase64 : function
|
|
652
|
+
lcm : function
|
|
653
|
+
makeAngleEquations : function
|
|
654
|
+
makeEmbeddedConstraints : function
|
|
655
|
+
makeMatchingEquations : function
|
|
656
|
+
makePacket : function
|
|
657
|
+
make_packet : function
|
|
658
|
+
maxDim : function
|
|
659
|
+
metricalSmithNormalForm : function
|
|
660
|
+
modularInverse : function
|
|
661
|
+
nextPowerOfTwo : function
|
|
662
|
+
numberDiscsAwayFromVertex : function
|
|
663
|
+
open : function
|
|
664
|
+
politeThreads : function
|
|
665
|
+
preImageOfLattice : function
|
|
666
|
+
readDehydrationList : function
|
|
667
|
+
readOrb : function
|
|
668
|
+
readSigList : function
|
|
669
|
+
reducedMod : function
|
|
670
|
+
resUsage : function
|
|
671
|
+
rowBasis : function
|
|
672
|
+
rowBasisAndOrthComp : function
|
|
673
|
+
simpler : function
|
|
674
|
+
simplerThreeWay : function
|
|
675
|
+
smithNormalForm : function
|
|
676
|
+
standardDim : function
|
|
677
|
+
startsWith : function
|
|
678
|
+
stringToToken : function
|
|
679
|
+
stripWhitespace : function
|
|
680
|
+
subscript : function
|
|
681
|
+
superscript : function
|
|
682
|
+
swap : function
|
|
683
|
+
testEngine : function
|
|
684
|
+
tightDecoding : function
|
|
685
|
+
tightEncoding : function
|
|
686
|
+
timeExceptions : function
|
|
687
|
+
torsionAutInverse : function
|
|
688
|
+
utf8ValidTo : function
|
|
689
|
+
versionMajor : function
|
|
690
|
+
versionMinor : function
|
|
691
|
+
versionPybind11Major : function
|
|
692
|
+
versionSnapPea : function
|
|
693
|
+
versionSnapPy : function
|
|
694
|
+
versionString : function
|
|
695
|
+
versionUsesUTF8 : function
|
|
696
|
+
welcome : function
|
|
697
|
+
xmlEncodeComment : function
|
|
698
|
+
xmlEncodeSpecialChars : function
|