is there any support for DNF formulas with PySAT? For example, can I call a SAT solver on a DNF formula using this module. In particular is there any way to turn a DNF into CNF using this python module?
I looked at the documentation but there seems to be no mention of DNF formulas at all.