First time here? Check out the FAQ!
answered 2014-07-03 10:47:43 +0100
Hi,
sage: Poly1.face_lattice().is_isomorphic(Poly2.face_lattice()) True
You can use X.is_isomorphic(Y) on graphs as well.
Vincent