#18776: From poset to lattice: Do not copy Hasse Diagram
---------------------------------+-----------------------------
Reporter: jmantysalo | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: sage-wishlist
Component: combinatorics | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
---------------------------------+-----------------------------
Comment (by jmantysalo):
If I remove the line `hasse_diagram = hasse_diagram.copy(immutable=True)`
from `posets.py`, it seems that no test will fail. And still I got `False`
when testing `P._hasse_diagram is Q._hasse_diagram`. Might be because
{{{
self._hasse_diagram = HasseDiagram(hasse_diagram.relabel(rdict,
inplace=False), data_structure="static_sparse")
}}}
in `__init__()` does the copy. Maybe this relates to adding immutable
graphs, and now copying is unnecessary?
--
Ticket URL: <http://trac.sagemath.org/ticket/18776#comment:3>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.