Does Sage has some data structure like set that preserve the order of the elements ? For example , I want set([1,2,3,1) to always return 1,2,3 . In addition to set(), I also need operations of set like difference, intersection ,etc that guarantees some specific orders. Thanks,
-- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
