#12533: arbitrary precision LP solver backend
-------------------------------------------+--------------------------------
Reporter: dimpase | Owner: ncohen
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-5.5
Component: linear programming | Resolution:
Keywords: arbitrary precision, LP | Work issues:
Report Upstream: N/A | Reviewers: David Coudert,
Nathann Cohen, Dmitrii Pasechnik
Authors: Risan | Merged in:
Dependencies: #13646 | Stopgaps:
-------------------------------------------+--------------------------------
Comment (by dimpase):
in {{{numerical/mip.pyx}}} in {{{show()}}} there is (around line 701)
{{{
cdef double c
}}}
which results in coefficients of constraints being converted into
{{{double}}} before printing. And this is wrong for PPL backend.
So one should just remove this declaration.
Volker, could you fold this into your patch on this ticket? Or somewhere
else, e.g. in #12091?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12533#comment:84>
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.