#16590: interface sympy Diophantine function(s)
-------------------------------------+-------------------------------------
       Reporter:  rws                |        Owner:  rws
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.7
      Component:  number theory      |   Resolution:
       Keywords:  pellian,           |    Merged in:
  integers, solution                 |    Reviewers:  Kannappan Sampath
        Authors:  Ralf Stephan       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  u/rws/16590-1      |  c2b1a59983ba6420fd42eedb2aebaabcfefe5dc0
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by tscrim):

 This test
 {{{#!python
 all(sol[i] == res[i] for i in range(len(sol)))
 }}}
 still depends on the order of the ''solutions'' (which is machine
 dependent as per Volker's note), not the (only) print order of the
 `dict`s. So I think a better test would be
 {{{#!python
 all(solution in res for solution in sol)
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16590#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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to