Hello !!!

I always have to include in my graphs functions some part of code to deal
with the fact that for undirected graphs edges can be returned as (u,v) or
as (v,u), which my code does not like.... Isn't there a Sage a type of
variable which is both immutable and not ordered ?

I'd love to have something like Set(u,v) but I also need it to be immutable,
hashable, etc... ;-)

Thank you !

Nathann

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

Reply via email to