Hello, I am studying DPLL algorithm and reading source sympy/logic/algorithms/dpll.py, and have some questions.
Why implement boolean and integer representation of same function in this module? And why use integer representation version in public API? Is dpll2.py same functionality and performance as dpll.py? The difference between two module is function implementation and class implementation only? Thanks, Stephen -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. For more options, visit https://groups.google.com/groups/opt_out.
