Hi list,
im just playing around with sage and LatticePolytopes and im wondering
why theres no __eq__ implementet for them.
if i have this code:
s1 = LatteciPolytope(matrix([[1,0,-1],[0,1,-1]])
s2 = LatteciPolytope(matrix([[1,0,-1],[0,1,-1]])

then s1 == s2 evals to false.
thats right in the sentence of ref-equality but in my eyes two polytopes
are equal, if they live in the same space (in this case, on the same
Lattice) and have the same edges.
Is there any reason, why its not implemented that way?

greatz Johannes

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to