This phase I began extensively deep diving into exploring SymPy’s assumptions system, researching and understanding implementations of SAT solvers and SAT handlers.
Besides this, I have been working on fixing the first couple of issues which were low-hanging fruit as listed in my proposal:
- Equivalence of
Q.eq(x, 0)andQ.zero(x) Q.ge(x)implyingQ.gt(x)Q.le(x)implyingQ.lt(x)
Excited to start pushing more code soon 🚀.

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.