#13698: Access to graph routines of the GLPK
------------------------------------------------------------------------+---
Reporter: christiankuper |
Owner: jason, jkantor
Type: enhancement |
Status: needs_review
Priority: major |
Milestone: sage-5.6
Component: numerical |
Resolution:
Keywords: out-of-kilter, minflow, maxflow, critical path, GLPK |
Work issues:
Report Upstream: N/A |
Reviewers:
Authors: Christian Kuper |
Merged in:
Dependencies: |
Stopgaps:
------------------------------------------------------------------------+---
Comment (by ncohen):
Hmmmmm.... I'm sorry to say this but I read this patch 3 times, on three
different days (with long intervals in between), and each time it made me
very angry.. There's something like 1500 lines of code in there whose role
is to do :
{{{
get_something()
return self.backend.something
set_something(x)
self.backend.something = x
}}}
each time checking that the backend exists, and with doctests.. Honestly,
we have to find a way around this. 1500 lines of code.Including doctests,
of course. 1500 lines.
I'll walk a bit and go eat something to change my mind, then think about
it again.
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13698#comment:11>
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.