Examples for current failures:
sage: polymake.application("tropical")
sage: p = polymake.cartesian_product(polymake("uniform_linear_space<Max>(3,2)"),
....: polymake("uniform_linear_space<Max>(3,1)"))
Fails because cartesian_product is a Sage method already.
sage: polymake.application("polytope")
sage: c = polymake.cube(3)
sage: c.save("cube3.poly")
Fails because save is a Sage method already.
sage: polymake.application("tropical")
sage: l = polymake("uniform_linear_space<Min>(3,2)")
sage: l.bounding_box(1)
Clashes with the polymake global function of the same name.
Depends on #24905
CC: @simon-king-jena @jplab @dimpase
Component: interfaces
Keywords: days84
Issue created by migration from https://trac.sagemath.org/ticket/22705