regina 7.3.1.1__cp312-cp312-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.

Potentially problematic release.


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

Files changed (162) hide show
  1. regina/.dylibs/libgmp.10.dylib +0 -0
  2. regina/.dylibs/libgmpxx.4.dylib +0 -0
  3. regina/__init__.py +203 -0
  4. regina/engine.cpython-312-darwin.so +0 -0
  5. regina/plainCompleter.py +221 -0
  6. regina/pyCensus/__init__.py +14 -0
  7. regina/pyCensus/christy-knots-links.tdb +0 -0
  8. regina/pyCensus/closed-hyp-census-full.tdb +0 -0
  9. regina/pyCensus/closed-nor-census-11.tdb +0 -0
  10. regina/pyCensus/closed-or-census-11.tdb +0 -0
  11. regina/pyCensus/cusped-hyp-nor-census-9.tdb +0 -0
  12. regina/pyCensus/cusped-hyp-or-census-9.tdb +0 -0
  13. regina/sageRegina/__init__.py +2 -0
  14. regina/sageRegina/config.py +9 -0
  15. regina/sageRegina/test.py +132 -0
  16. regina/sageRegina/testsuite/CMakeLists.txt +60 -0
  17. regina/sageRegina/testsuite/O2_1.rga +15 -0
  18. regina/sageRegina/testsuite/O2_1.tri +28 -0
  19. regina/sageRegina/testsuite/README.txt +20 -0
  20. regina/sageRegina/testsuite/alltypes.out +1551 -0
  21. regina/sageRegina/testsuite/alltypes.test +88 -0
  22. regina/sageRegina/testsuite/angles.out +102 -0
  23. regina/sageRegina/testsuite/angles.test +72 -0
  24. regina/sageRegina/testsuite/basic_callback.out +124 -0
  25. regina/sageRegina/testsuite/basic_sub.out +7 -0
  26. regina/sageRegina/testsuite/bool.out +6 -0
  27. regina/sageRegina/testsuite/bool.test +64 -0
  28. regina/sageRegina/testsuite/bytes.out +17 -0
  29. regina/sageRegina/testsuite/bytes.test +78 -0
  30. regina/sageRegina/testsuite/callbacks.out +515 -0
  31. regina/sageRegina/testsuite/callbacks.test +281 -0
  32. regina/sageRegina/testsuite/census.out +120 -0
  33. regina/sageRegina/testsuite/census.test +157 -0
  34. regina/sageRegina/testsuite/clone.out +18 -0
  35. regina/sageRegina/testsuite/clone.test +101 -0
  36. regina/sageRegina/testsuite/constructors.out +14 -0
  37. regina/sageRegina/testsuite/constructors.test +97 -0
  38. regina/sageRegina/testsuite/cube.orb +87 -0
  39. regina/sageRegina/testsuite/discs.out +3 -0
  40. regina/sageRegina/testsuite/discs.test +40 -0
  41. regina/sageRegina/testsuite/docstrings.filter +19 -0
  42. regina/sageRegina/testsuite/docstrings.out +808 -0
  43. regina/sageRegina/testsuite/docstrings.out.v2 +808 -0
  44. regina/sageRegina/testsuite/docstrings.test +57 -0
  45. regina/sageRegina/testsuite/dodec.orb +309 -0
  46. regina/sageRegina/testsuite/embeddings.out +23 -0
  47. regina/sageRegina/testsuite/embeddings.test +89 -0
  48. regina/sageRegina/testsuite/enumerate.out +62 -0
  49. regina/sageRegina/testsuite/enumerate.test +82 -0
  50. regina/sageRegina/testsuite/equality.out +112 -0
  51. regina/sageRegina/testsuite/equality.test +310 -0
  52. regina/sageRegina/testsuite/euler.out +15 -0
  53. regina/sageRegina/testsuite/euler.test +95 -0
  54. regina/sageRegina/testsuite/exception.out +7 -0
  55. regina/sageRegina/testsuite/exception.test +100 -0
  56. regina/sageRegina/testsuite/facenumbering.out +546 -0
  57. regina/sageRegina/testsuite/facenumbering.test +74 -0
  58. regina/sageRegina/testsuite/faces.out +40 -0
  59. regina/sageRegina/testsuite/faces.test +72 -0
  60. regina/sageRegina/testsuite/file.out +1229 -0
  61. regina/sageRegina/testsuite/file.test +70 -0
  62. regina/sageRegina/testsuite/file1.rga +0 -0
  63. regina/sageRegina/testsuite/file2.rga +0 -0
  64. regina/sageRegina/testsuite/file3.rga +119 -0
  65. regina/sageRegina/testsuite/flype.out +37 -0
  66. regina/sageRegina/testsuite/flype.test +50 -0
  67. regina/sageRegina/testsuite/generic.out +116 -0
  68. regina/sageRegina/testsuite/generic.test +76 -0
  69. regina/sageRegina/testsuite/groups.out +70 -0
  70. regina/sageRegina/testsuite/groups.test +117 -0
  71. regina/sageRegina/testsuite/hypersurfaces.out +681 -0
  72. regina/sageRegina/testsuite/hypersurfaces.test +90 -0
  73. regina/sageRegina/testsuite/i18n-latin1.rga +8 -0
  74. regina/sageRegina/testsuite/i18n-utf8.rga +8 -0
  75. regina/sageRegina/testsuite/i18n.out +6 -0
  76. regina/sageRegina/testsuite/i18n.test +91 -0
  77. regina/sageRegina/testsuite/id.out +2 -0
  78. regina/sageRegina/testsuite/id.test +47 -0
  79. regina/sageRegina/testsuite/index.out +2 -0
  80. regina/sageRegina/testsuite/index.test +43 -0
  81. regina/sageRegina/testsuite/integer.out +74 -0
  82. regina/sageRegina/testsuite/integer.test +56 -0
  83. regina/sageRegina/testsuite/italian.orb +90 -0
  84. regina/sageRegina/testsuite/iterators.out +118 -0
  85. regina/sageRegina/testsuite/iterators.test +128 -0
  86. regina/sageRegina/testsuite/knotted-Y.orb +47 -0
  87. regina/sageRegina/testsuite/listener.out +43 -0
  88. regina/sageRegina/testsuite/listener.test +101 -0
  89. regina/sageRegina/testsuite/listview.out +416 -0
  90. regina/sageRegina/testsuite/listview.test +253 -0
  91. regina/sageRegina/testsuite/lookup.out +13 -0
  92. regina/sageRegina/testsuite/lookup.test +44 -0
  93. regina/sageRegina/testsuite/memory1.out +62 -0
  94. regina/sageRegina/testsuite/memory1.test +154 -0
  95. regina/sageRegina/testsuite/memory2.out +62 -0
  96. regina/sageRegina/testsuite/memory2.test +124 -0
  97. regina/sageRegina/testsuite/memory3.out +92 -0
  98. regina/sageRegina/testsuite/memory3.test +216 -0
  99. regina/sageRegina/testsuite/misc.out +7 -0
  100. regina/sageRegina/testsuite/misc.test +56 -0
  101. regina/sageRegina/testsuite/operators.out +129 -0
  102. regina/sageRegina/testsuite/operators.test +61 -0
  103. regina/sageRegina/testsuite/orb.out +441 -0
  104. regina/sageRegina/testsuite/orb.test +49 -0
  105. regina/sageRegina/testsuite/pdf.out +4 -0
  106. regina/sageRegina/testsuite/pdf.test +49 -0
  107. regina/sageRegina/testsuite/perm.out +55 -0
  108. regina/sageRegina/testsuite/perm.test +96 -0
  109. regina/sageRegina/testsuite/plantri.out +12 -0
  110. regina/sageRegina/testsuite/plantri.test +60 -0
  111. regina/sageRegina/testsuite/presentations.out +11 -0
  112. regina/sageRegina/testsuite/presentations.test +61 -0
  113. regina/sageRegina/testsuite/refs.out +51 -0
  114. regina/sageRegina/testsuite/refs.test +128 -0
  115. regina/sageRegina/testsuite/repr.out +951 -0
  116. regina/sageRegina/testsuite/repr.out.v2 +951 -0
  117. regina/sageRegina/testsuite/repr.test +548 -0
  118. regina/sageRegina/testsuite/safeheldtype_basic.out +17 -0
  119. regina/sageRegina/testsuite/safeheldtype_basic.test +113 -0
  120. regina/sageRegina/testsuite/safeheldtype_packet.out +58 -0
  121. regina/sageRegina/testsuite/safeheldtype_packet.test +181 -0
  122. regina/sageRegina/testsuite/sample.pdf +0 -0
  123. regina/sageRegina/testsuite/sets.out +7 -0
  124. regina/sageRegina/testsuite/sets.test +44 -0
  125. regina/sageRegina/testsuite/skeleton.out +308 -0
  126. regina/sageRegina/testsuite/skeleton.test +54 -0
  127. regina/sageRegina/testsuite/snappea.out +82 -0
  128. regina/sageRegina/testsuite/snappea.test +107 -0
  129. regina/sageRegina/testsuite/snapshot.out +15 -0
  130. regina/sageRegina/testsuite/snapshot.test +78 -0
  131. regina/sageRegina/testsuite/sort.out +57 -0
  132. regina/sageRegina/testsuite/sort.test +53 -0
  133. regina/sageRegina/testsuite/special.out +4 -0
  134. regina/sageRegina/testsuite/special.test +47 -0
  135. regina/sageRegina/testsuite/standardtri.out +12101 -0
  136. regina/sageRegina/testsuite/standardtri.test +455 -0
  137. regina/sageRegina/testsuite/surfaces.out +2133 -0
  138. regina/sageRegina/testsuite/surfaces.test +114 -0
  139. regina/sageRegina/testsuite/swapping.out +25 -0
  140. regina/sageRegina/testsuite/swapping.test +88 -0
  141. regina/sageRegina/testsuite/testall.in +176 -0
  142. regina/sageRegina/testsuite/testbasic.in +279 -0
  143. regina/sageRegina/testsuite/testcallback.in +150 -0
  144. regina/sageRegina/testsuite/testsub.in +150 -0
  145. regina/sageRegina/testsuite/theta_in_solid_torus.orb +65 -0
  146. regina/sageRegina/testsuite/tightencode.out +40 -0
  147. regina/sageRegina/testsuite/tightencode.test +108 -0
  148. regina/sageRegina/testsuite/treedecomp.out +135 -0
  149. regina/sageRegina/testsuite/treedecomp.test +66 -0
  150. regina/sageRegina/testsuite/treetraversal.out +52 -0
  151. regina/sageRegina/testsuite/treetraversal.test +190 -0
  152. regina/sageRegina/testsuite/trigeneral.out +1251 -0
  153. regina/sageRegina/testsuite/trigeneral.test +155 -0
  154. regina/sageRegina/testsuite/utf8.out +42 -0
  155. regina/sageRegina/testsuite/utf8.test +94 -0
  156. regina/sageRegina/version.py +5 -0
  157. regina/sageSetup.py +41 -0
  158. regina/test.py +6 -0
  159. regina-7.3.1.1.dist-info/METADATA +109 -0
  160. regina-7.3.1.1.dist-info/RECORD +162 -0
  161. regina-7.3.1.1.dist-info/WHEEL +6 -0
  162. regina-7.3.1.1.dist-info/top_level.txt +4 -0
@@ -0,0 +1,66 @@
1
+ # Regina - A Normal Surface Theory Calculator
2
+ # Python Test Suite Component
3
+ #
4
+ # Copyright (c) 2007-2023, Ben Burton
5
+ # For further details contact Ben Burton (bab@debian.org).
6
+ #
7
+ # Provides tests for tree decompositions.
8
+ #
9
+ # This file is a single component of Regina's python test suite. To run
10
+ # the python test suite, move to the main python directory in the source
11
+ # tree and run "make check".
12
+ #
13
+ # This program is free software; you can redistribute it and/or
14
+ # modify it under the terms of the GNU General Public License as
15
+ # published by the Free Software Foundation; either version 2 of the
16
+ # License, or (at your option) any later version.
17
+ #
18
+ # As an exception, when this program is distributed through (i) the
19
+ # App Store by Apple Inc.; (ii) the Mac App Store by Apple Inc.; or
20
+ # (iii) Google Play by Google Inc., then that store may impose any
21
+ # digital rights management, device limits and/or redistribution
22
+ # restrictions that are required by its terms of service.
23
+ #
24
+ # This program is distributed in the hope that it will be useful, but
25
+ # WITHOUT ANY WARRANTY; without even the implied warranty of
26
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27
+ # General Public License for more details.
28
+ #
29
+ # You should have received a copy of the GNU General Public
30
+ # License along with this program; if not, write to the Free
31
+ # Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
32
+ # MA 02110-1301, USA.
33
+
34
+ t = TreeDecomposition(Example3.poincare())
35
+ print(t.detail())
36
+ t.makeNice()
37
+ print(t.detail())
38
+
39
+ t = TreeDecomposition(Example3.poincare())
40
+ print(t.detail())
41
+ t.makeNice(None)
42
+ print(t.detail())
43
+
44
+ t = TreeDecomposition(Example3.poincare())
45
+ print(t.detail())
46
+ t.makeNice([10,15,20,5,0])
47
+ print(t.detail())
48
+
49
+ x = [ 0.5, 0.1, 0.2, 0.6, 0.9, 0.8, 0.3, 0.7, 0.4, 1.0, 0.0]
50
+ y = [ -9, -5, -3, -8, 0, -1, -7, -10, -4, -6, -2]
51
+ z = [ 100, 100, 100, 100, 100, 0, 100, 100, 100, 100, 100]
52
+
53
+ t = TreeDecomposition(Example3.sfsOverSphere(5,2,4,1,7,2))
54
+ print(t.detail())
55
+ t.reroot(x, y)
56
+ print(t.detail())
57
+
58
+ t = TreeDecomposition(Example3.sfsOverSphere(5,2,4,1,7,2))
59
+ print(t.detail())
60
+ t.reroot(x, y, None)
61
+ print(t.detail())
62
+
63
+ t = TreeDecomposition(Example3.sfsOverSphere(5,2,4,1,7,2))
64
+ print(t.detail())
65
+ t.reroot(x, y, z)
66
+ print(t.detail())
@@ -0,0 +1,52 @@
1
+ Found: 0 0 0 0 ; 1 0 0 || 1 0 0 0 ; 0 0 0 || 0 0 0 0 ; 0 0 0 || 0 1 0 0 ; 0 0 0
2
+ Visited: 23
3
+
4
+ Found: 1 0 0 ; 1 0 0
5
+ Found: 0 1 0 ; 0 0 1
6
+ Found: 0 0 1 ; 0 1 0
7
+ Visited: 13
8
+ Solutions: 3
9
+
10
+ Found: inf inf inf inf ; 0 2 0 || inf inf inf inf ; 1 0 0
11
+ Found: inf inf inf inf ; 0 0 2 || inf inf inf inf ; 1 0 0
12
+ Found: inf inf inf inf ; 1 0 0 || inf inf inf inf ; 0 2 0
13
+ Found: inf inf inf inf ; 1 0 0 || inf inf inf inf ; 0 0 2
14
+ Visited: 21
15
+ Solutions: 4
16
+
17
+ Found: 1 1 0 0 ; 1 0 0 || 1 1 0 0 ; 1 0 0
18
+ Visited: 13
19
+ Solutions: 1
20
+
21
+ System: True False False True
22
+ Columns: 6 -> 8
23
+ Perm: [3, 4, 5, 0, 1, 2, 6, 7]
24
+ 0 -1 1 0 -1 1 0 0
25
+ -1 1 0 1 -1 0 -1 0
26
+ 0 1 -1 0 -1 1 0 -1
27
+
28
+ ( 0 0 0 0 0 0 )
29
+ ( 0 0 0 1 1 1 )
30
+ ( 0 0 0 1 1 1 )
31
+ ( 0 1 1 0 1 1 )
32
+ Not feasible
33
+
34
+ []
35
+ [[-1, -1, -1, -1, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, -1, 0, 0, 1, -1, 0, 1, 1, 0, 0, 0, 2, 0, 0, -1]]
36
+ [[-1, -1, -1, -1, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, -1, 0, 0, 1, -1, 0, 1, 1, 0, 0, 0, 2, 0, 0, -1]]
37
+
38
+ System: True False True False
39
+ Columns: 21 -> 21
40
+ Perm: [4, 5, 6, 18, 19, 20, 11, 12, 13, 0, 1, 2, 3, 14, 15, 16, 17, 7, 8, 9, 10]
41
+ ( 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 )
42
+ ( 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 )
43
+ Not feasible
44
+
45
+ 0 0 1 1 ; 1 0 0 || 0 0 1 1 ; 1 0 0 || 0 0 2 0 ; 0 0 0 || 1 1 1 1 ; 0 0 0 || 0 0 2 0 ; 0 0 0 || 0 0 0 0 ; 0 0 0
46
+ System: True False True False
47
+ Columns: 42 -> 42
48
+ Perm: [25, 26, 27, 39, 40, 41, 18, 19, 20, 11, 12, 13, 4, 5, 6, 32, 33, 34, 21, 22, 23, 24, 35, 36, 37, 38, 14, 15, 16, 17, 7, 8, 9, 10, 0, 1, 2, 3, 28, 29, 30, 31]
49
+ ( 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 )
50
+ ( 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 )
51
+ ( 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 )
52
+ Not feasible
@@ -0,0 +1,190 @@
1
+ # Regina - A Normal Surface Theory Calculator
2
+ # Python Test Suite Component
3
+ #
4
+ # Copyright (c) 2007-2023, Ben Burton
5
+ # For further details contact Ben Burton (bab@debian.org).
6
+ #
7
+ # Provides tests for the linear programm tree traversal algorithms.
8
+ #
9
+ # This file is a single component of Regina's python test suite. To run
10
+ # the python test suite, move to the main python directory in the source
11
+ # tree and run "make check".
12
+ #
13
+ # This program is free software; you can redistribute it and/or
14
+ # modify it under the terms of the GNU General Public License as
15
+ # published by the Free Software Foundation; either version 2 of the
16
+ # License, or (at your option) any later version.
17
+ #
18
+ # As an exception, when this program is distributed through (i) the
19
+ # App Store by Apple Inc.; (ii) the Mac App Store by Apple Inc.; or
20
+ # (iii) Google Play by Google Inc., then that store may impose any
21
+ # digital rights management, device limits and/or redistribution
22
+ # restrictions that are required by its terms of service.
23
+ #
24
+ # This program is distributed in the hope that it will be useful, but
25
+ # WITHOUT ANY WARRANTY; without even the implied warranty of
26
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27
+ # General Public License for more details.
28
+ #
29
+ # You should have received a copy of the GNU General Public
30
+ # License along with this program; if not, write to the Free
31
+ # Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
32
+ # MA 02110-1301, USA.
33
+
34
+ def dumpSurface(tree):
35
+ print('Found:', tree.buildSurface())
36
+ return False
37
+
38
+ def dumpStructure(tree):
39
+ print('Found:', tree.buildStructure())
40
+ return False
41
+
42
+ t = Example3.rp3rp3()
43
+ tree = TreeSingleSoln_EulerPositive(t, NS_STANDARD)
44
+ if tree.find():
45
+ print('Found:', tree.buildSurface())
46
+ else:
47
+ print('No solution')
48
+
49
+ print('Visited:', tree.visited())
50
+ print()
51
+
52
+ t = Example3.figureEight()
53
+ tree = TautEnumeration(t)
54
+ dummy = tree.run(dumpStructure)
55
+ print('Visited:', tree.visited())
56
+ print('Solutions:', tree.solutions())
57
+
58
+ print()
59
+
60
+ t = Example3.figureEight()
61
+ tree = TreeEnumeration(t, NS_QUAD)
62
+ dummy = tree.run(dumpSurface)
63
+ print('Visited:', tree.visited())
64
+ print('Solutions:', tree.solutions())
65
+
66
+ print()
67
+
68
+ t = Example3.trefoil()
69
+ tree = TreeEnumeration_NonSpun(t, NS_QUAD)
70
+ dummy = tree.run(dumpSurface)
71
+ print('Visited:', tree.visited())
72
+ print('Solutions:', tree.solutions())
73
+
74
+ print()
75
+
76
+ t = Example3.trefoil()
77
+ tab = LPInitialTableaux_NonSpun(t, NS_QUAD)
78
+ sys = tab.system()
79
+ print('System:', sys.normal(), sys.angle(), sys.standard(), sys.quad())
80
+ print('Columns:', tab.coordinateColumns(), '->', tab.columns())
81
+ print('Perm:', tab.columnPerm())
82
+ m = LPMatrix(tab.rank(), tab.columns())
83
+ tab.fillInitialTableaux(m)
84
+ print(m.detail())
85
+ dat = LPData_NonSpun()
86
+ dat.reserve(tab)
87
+ dat.initStart()
88
+ if dat.isFeasible():
89
+ print(dat.extractSolution([0, 0]))
90
+ else:
91
+ print('Not feasible')
92
+
93
+ dat.constrainPositive(2)
94
+ if dat.isFeasible():
95
+ print(dat.extractSolution([3, 0]))
96
+ else:
97
+ print('Not feasible')
98
+
99
+ dat.constrainZero(3) # already zero, should do nothing
100
+ if dat.isFeasible():
101
+ print(dat.extractSolution([3, 0]))
102
+ else:
103
+ print('Not feasible')
104
+
105
+ dat.constrainPositive(5)
106
+ if dat.isFeasible():
107
+ print(dat.extractSolution([3, 3]))
108
+ else:
109
+ print('Not feasible')
110
+
111
+ dat.constrainZero(4)
112
+ if dat.isFeasible():
113
+ print(dat.extractSolution([3, 3]))
114
+ else:
115
+ print('Not feasible')
116
+
117
+ print()
118
+
119
+ t = Example3.rp3rp3()
120
+ tab = LPInitialTableaux(t, NS_STANDARD)
121
+ print(LPConstraintNone.addRows(tab))
122
+ tab = LPInitialTableaux_EulerPositive(t, NS_STANDARD)
123
+ print(LPConstraintEulerPositive.addRows(tab))
124
+ tab = LPInitialTableaux_EulerZero(t, NS_STANDARD)
125
+ print(LPConstraintEulerZero.addRows(tab))
126
+
127
+ print()
128
+
129
+ t = Example3.lst(3,4)
130
+ tab = LPInitialTableaux(t, NS_STANDARD)
131
+ sys = tab.system()
132
+ print('System:', sys.normal(), sys.angle(), sys.standard(), sys.quad())
133
+ print('Columns:', tab.coordinateColumns(), '->', tab.columns())
134
+ print('Perm:', tab.columnPerm())
135
+ dat = LPData()
136
+ dat.reserve(tab)
137
+ dat.initStart()
138
+ if dat.isFeasible():
139
+ print(dat.extractSolution([0, 0, 0] + [0] * 12))
140
+ else:
141
+ print('Not feasible')
142
+
143
+ dat.constrainPositive(0)
144
+ if dat.isFeasible():
145
+ print(dat.extractSolution([1, 0, 0] + [0] * 12))
146
+ else:
147
+ print('Not feasible')
148
+
149
+ ban = BanBoundary(tab)
150
+ ban.enforceBans(dat)
151
+ if dat.isFeasible():
152
+ print(dat.extractSolution([1, 0, 0] + [0] * 12))
153
+ else:
154
+ print('Not feasible')
155
+
156
+ print()
157
+
158
+ t = Triangulation3.fromIsoSig('gHLLOcbcdeffafwfss') # Solid torus # RP^3
159
+ print(t.nonTrivialSphereOrDisc())
160
+ tab = LPInitialTableaux(t, NS_STANDARD)
161
+ sys = tab.system()
162
+ print('System:', sys.normal(), sys.angle(), sys.standard(), sys.quad())
163
+ print('Columns:', tab.coordinateColumns(), '->', tab.columns())
164
+ print('Perm:', tab.columnPerm())
165
+ dat = LPData()
166
+ dat.reserve(tab)
167
+ dat.initStart()
168
+ if dat.isFeasible():
169
+ print(dat.extractSolution([0] * 30))
170
+ else:
171
+ print('Not feasible')
172
+
173
+ dat.constrainPositive(35) # should be the "real" triangle coordinate #1
174
+ if dat.isFeasible():
175
+ print(dat.extractSolution([0] * 23 + [1] + [0] * 6))
176
+ else:
177
+ print('Not feasible')
178
+
179
+ ban = BanBoundary(tab)
180
+ ban.enforceBans(dat)
181
+ if dat.isFeasible():
182
+ print(dat.extractSolution([0] * 23 + [1] + [0] * 6))
183
+ else:
184
+ print('Not feasible')
185
+
186
+ dat.constrainPositive(36) # should be the "real" triangle coordinate #2
187
+ if dat.isFeasible():
188
+ print(dat.extractSolution([0] * 23 + [1,1] + [0] * 5))
189
+ else:
190
+ print('Not feasible')