#13650: Base rings for MIP backends
--------------------------------------+-------------------------------------
Reporter: vbraun | Owner: ncohen
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.5
Component: linear programming | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: #13646, #12533 | Stopgaps:
--------------------------------------+-------------------------------------
Comment (by dimpase):
OK, this is easy, I hope. I'll work on this tonight. As far as I
understand, the base ring is RDF for all the backends, expect PPL.
Actually, is it even needed to provide base_ring() in the backends that
have RDF as the base ring? Can't PPL just overwrite it? I gather Python
has such an option:
{{{
class A(object):
...
def a(self):
....
class B(A):
...
def _A__a(self):
...
}}}
so B overwrites A.a() this way. Or is this wrong/not applicable?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13650#comment:2>
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.