File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/sage/geometry/polyhedron Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1175,12 +1175,13 @@ def _polymake_init_(self):
1175
1175
1176
1176
Floating-point polyhedron::
1177
1177
1178
- sage: P = polytopes.dodecahedron(exact=False); P # needs sage.groups
1178
+ sage: # optional - jupymake, needs sage.groups
1179
+ sage: P = polytopes.dodecahedron(exact=False); P
1179
1180
A 3-dimensional polyhedron in RDF^3 defined as the convex hull of 20 vertices
1180
- sage: print("Maybe recompile warning"); PP = polymake(P); PP # optional - jupymake, needs sage.groups
1181
+ sage: print("There may be a recompilation warning"); PP = polymake(P); PP
1181
1182
There may be a recompilation warning...
1182
1183
Polytope<Float>[...]
1183
- sage: sorted(PP.VERTICES[:], key=repr)[0] # optional - jupymake, needs sage.groups
1184
+ sage: sorted(PP.VERTICES[:], key=repr)[0]
1184
1185
1 -0.472135955 0 -1.236067978
1185
1186
1186
1187
"""
You can’t perform that action at this time.
0 commit comments