#11606: simplify constraints in linear programs
----------------------------------+-----------------------------------------
Reporter: john_perry | Owner: ncohen
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.8
Component: linear programming | Keywords: sd32
Work_issues: | Upstream: N/A
Reviewer: | Author: john_perry
Merged: | Dependencies:
----------------------------------+-----------------------------------------
Changes (by john_perry):
* status: needs_work => needs_review
Comment:
I have rebased the patch against `sage-4.8.alpha4`. This patch '''no
longer''' introduces the function `constraints()` that existed in the
previous patch, and that caused the conflict. It does not provoke any
doctest failures on my version of `sage-4.8.alpha4`.
However, I did notice that three doctest failures currently occur with
`sage-4.8.alpha4`:
{{{
File "/Applications/sage-4.8.alpha4/devel/sage-
main/sage/numerical/mip.pyx", line 523:
sage: p.show()
Expected:
...
File "/Applications/sage-4.8.alpha4/devel/sage-
main/sage/numerical/mip.pyx", line 685:
sage: p.write_lp(SAGE_TMP+"/lp_problem.lp")
Exception raised:
...
File "/Applications/sage-4.8.alpha4/devel/sage-
main/sage/numerical/mip.pyx", line 322:
sage: p
Expected:
...
}}}
Since these exist in an unpatched `sage-4.8.alpha4`, they have no bearing
on this ticket, but is this a known issue? I'll open a new ticket if not.
My machine is a MacBook Pro running OSX 10.6.8.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11606#comment:34>
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.