#6085: [with patch, not ready] Finish full implementation of c_graphs
--------------------------+-------------------------------------------------
Reporter: rlm | Owner: rlm
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.0.1
Component: graph theory | Keywords:
--------------------------+-------------------------------------------------
Comment(by rlm):
Latest version is the closest I've seen to the whole test quite passing,
but there are persisting memory issues (`malloc: *** error for object
0x8a26660: incorrect checksum for freed object - object was probably
modified after being freed.`). The following example exposes this best,
due to having to double the allocation several times:
{{{
G = Graph()
G.add_vertices(range(5000))
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6085#comment:6>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---