#12362: Improvement of GNP generators for graphs and digraphs
-----------------------------+----------------------------------------------
Reporter: dcoudert | Owner: jason, ncohen, rlm
Type: enhancement | Status: needs_work
Priority: minor | Milestone: sage-5.0
Component: graph theory | Keywords: directed graphs, generators
Work_issues: | Upstream: N/A
Reviewer: Nathann Cohen | Author: David Coudert
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Changes (by jdemeyer):
* status: positive_review => needs_work
Comment:
On hawk, this yields
{{{
sage -t --long -force_lib devel/sage/sage/graphs/generic_graph.py
**********************************************************************
File
"/export/home/buildbot/build/sage/hawk-1/hawk_full/build/sage-5.0.beta8/devel
/sage-main/sage/graphs/generic_graph.py", line 5830:
sage: g.flow(0,1, method="FF") == g.flow(0,1,method="LP")
Expected:
True
Got:
False
**********************************************************************
}}}
This is probably a bug uncovered by this patch, rather than caused by this
patch. But anyway, it should be looked at.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12362#comment:28>
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.