Comment #4 on issue 3560 by [email protected]: solve() is a giant mess
http://code.google.com/p/sympy/issues/detail?id=3560

There have been many discussions about creating a Solve or Solution object, which would be the output of solve. I think we could make it match both current interfaces (list and dict). We should try to think ahead for things like infinite solutions to avoid having to change the API again. At least underlying it, it should use the Set classes. Or we could just return one directly.

What's wring with the dict output? This format very clearly matches the solution to the variable.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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/sympy-issues?hl=en.

Reply via email to