public interface CNFEncoder
Modifier and Type | Method and Description |
---|---|
default QBF |
encode(QBF pnf)
Transforms the given formula from PNF into PCNF.
|
List<QBF> |
getClauses(QBF skeleton)
Gets a list of clauses for the given propositional skeleton.
|