#12533: arbitrary precision LP solver backend
----------------------------------+-----------------------------------------
Reporter: dimpase | Owner: ncohen
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: linear programming | Keywords: arbitrary precision, LP
Work_issues: | Upstream: N/A
Reviewer: David Coudert | Author:
Merged: | Dependencies:
----------------------------------+-----------------------------------------
Comment(by vbraun):
Its a bit tricky because the `PPL_Generator` C++ class has a private ctor
and declaring Cython exceptions while returning a const reference has a
bug. I'm pretty sure we need to copy the returned `PPL_Generator` in
`optimize_point` and other functions.
Also, can we make `optimize_point` return a PPL point and not a list of
gmp rationals? We needlessly deviate from the PPL api here.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12533#comment:19>
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.