minimizing a CNF in python

34 views Asked by At

I have tried to use minisat22 but it has no such functionallity. im looking for an efficient algorithm to minimize a CNF formula implemented in python for minimizing a CNF. Im using pysat.formula but im open to other libraries as long as they are efficient and usable in python.

0

There are 0 answers