Updates:
Labels: NeedsReview
Comment #3 on issue 2338 by [email protected]: Use predicates and
propositions instead of "Assume objects"
http://code.google.com/p/sympy/issues/detail?id=2338
The direction I've taken is to hide these objects entirely:
https://github.com/sympy/sympy/pull/289
But anyway, "fact" is the name used in the old system, while the new one
makes a distinction between "facts" (e.g. Implies(Q.positive, Q.real))
and "assumptions" (e.g. Q.positive(x*y)).
--
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.