Ticket #10341: trac_10431-part6.patch
File trac_10431-part6.patch, 584 bytes (added by , 10 years ago) |
---|
-
sage/numerical/mip.pyx
# HG changeset patch # User Nathann Cohen <nathann.cohen@gmail.com> # Date 1295953163 -3600 # Node ID 8e68b915e1c88aab3bb6ca76a6a20c77608f449a # Parent 200f63533a6c5b552d4b7748f391dda1604dc200 trac 10341 -- fixing a sphinx error in sage/numerical/mip diff -r 200f63533a6c -r 8e68b915e1c8 sage/numerical/mip.pyx
a b 733 733 sage: round(p.solve(), 5) 734 734 6.66667 735 735 736 TESTS: :736 TESTS: 737 737 738 738 Complex constraints:: 739 739