I have a boolean function that is presented by truth table.
In total it is 10 variables and I'd like to get CNF with a reasonable length (not necessary the shortest, but short enough).
How can I do it?
Python script or any public available software such as Mathematica/Mapple/etc will work fine for me as well.