given that's how set works -- how can I unique a list of expressions ? e.g., uniq([ x -y >= 0 , y -x >= 0 , x - y >= 0 ] ) returns [x-y >= 0 , y - x >= 0] . put them in string ? 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
