#8987: Add support for rational polyhedral fans
----------------------------------+-----------------------------------------
Reporter: novoselt | Owner: mhampton
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.4.4
Component: geometry | Keywords:
Author: Andrey Novoseltsev | Upstream: N/A
Reviewer: Volker Braun | Merged:
Work_issues: |
----------------------------------+-----------------------------------------
Changes (by vbraun):
* reviewer: => Volker Braun
Comment:
Maybe I'm missing something, but is there a reason why comparison of cones
depends on the ray ordering?
{{{
sage: Cone([(1,0), (0,1)]) == Cone([(1,0), (0,1)])
True
sage: Cone([(1,0), (0,1)]) == Cone([(0,1), (1,0)])
False
}}}
It seems more natural to compare `ray_set()` instead of `rays()`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8987#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.