Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Solvers Polynomial Logic
New issue 2364 by asmeurer: Print Ands of inequalities returned from solve() better
http://code.google.com/p/sympy/issues/detail?id=2364 From issue 1646 comment 37: """ At the very least, can we sort the output in the And better? Something like x ≤ 0.6640625 ∧ 0.65625 ≤ x is harder to read than 0.65625 ≤ x ∧ x ≤ 0.6640625 and even better would be 0.65625 ≤ x ≤ 0.6640625. """ -- 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.
