#13411: implement the Holt Graph
-------------------------------------+--------------------------------------
Reporter: chapoton | Owner: jason, ncohen, rlm
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-5.4
Component: graph theory | Resolution:
Keywords: graph theory | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Frédéric Chapoton | Merged in:
Dependencies: | Stopgaps:
-------------------------------------+--------------------------------------
Comment (by ncohen):
Hellooooooooooooo !!!!
Here is a small patch that attemtps to change that :
{{{
sage: map(type,graphs.HoltGraph().vertices()[0])
[<type 'sage.rings.finite_rings.integer_mod.IntegerMod_int'>, <type
'sage.rings.finite_rings.integer_mod.IntegerMod_int'>]
}}}
Into the more natural product of integers. In order to avoid very weird
bugs later on `:-)`
It also changes the layout into something slightly different.
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13411#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 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.