#11994: Vertex separation and pathwidth in Sage
----------------------------+-----------------------------------------------
Reporter: ncohen | Owner: jason, ncohen, rlm
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.8
Component: graph theory | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Nathann Cohen
Merged: | Dependencies:
----------------------------+-----------------------------------------------
Comment(by jason):
Just a few more comments about the Cython: "for 1<= i< n" is a backwards-
compatible syntax, but I would think that the recommended syntax these
days is "for i in range(n)" (see
http://docs.cython.org/src/userguide/language_basics.html#integer-for-
loops)
I see that you import the bitset functions, but I guess you never use them
in fast_digraph.pyx. The popcount function was what I was referring to
when I said that it would be useful in the bitset.pxi class.
P.S. I would *love* to have in-line commenting on patches, like on
googlecode, github, or bitbucket!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11994#comment:6>
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.