#8952: Odd Girth
--------------------------------+-------------------------------------------
Reporter: ncohen | Owner: jason, ncohen, rlm
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.4
Component: graph theory | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
--------------------------------+-------------------------------------------
Old description:
> Add a function to compute odd girth of a graph G.
>
> '''Apply''':
>
> 1. [attachment:trac_8952_odd_girth_consolidated.patch]
New description:
Add a function to compute odd girth of a graph G.
'''Apply''':
1. [attachment:trac_8952_odd_girth_consolidated.patch]
2. [attachment:trac_8952_odd_girth-bugfix.patch]
--
Comment (by ncohen):
Ahem...
{{{
sage: graphs.CycleGraph(5).odd_girth()
+Infinity
}}}
With this additional patch, the functions looks more similar to what page
45 of "Algebraic Graph Theory" seems to say `:-)`
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8952#comment:16>
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.