Closed cannontwo closed 3 years ago
Should implement Circuit-SAT using existing logic stuff, so that a built circuit can be converted to CNF and then checked for satisfiability using DPLL.
More precisely, implement the following components:
Implement NAND gate first, other gates in terms of NAND gates.
Resolved by a675d408e68cdb8b833275831a69a86415856da4
Should implement Circuit-SAT using existing logic stuff, so that a built circuit can be converted to CNF and then checked for satisfiability using DPLL.
More precisely, implement the following components:
Implement NAND gate first, other gates in terms of NAND gates.