(proof-new) Adding rules and proof checker for Boolean reasoning (#4560)
authorHaniel Barbosa <hanielbbarbosa@gmail.com>
Wed, 3 Jun 2020 21:54:47 +0000 (18:54 -0300)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 21:54:47 +0000 (18:54 -0300)
commitb19d246d75be92a0189b9aaacc71426395b8c098
treeb4d7e420228ed8eb57d87dd4ec9bd28d5d53e492
parentf70e265cd4e7df46a1b3b7e3cc67fbf9b9b1b528
(proof-new) Adding rules and proof checker for Boolean reasoning (#4560)
src/CMakeLists.txt
src/expr/proof_rule.cpp
src/expr/proof_rule.h
src/theory/booleans/proof_checker.cpp [new file with mode: 0644]
src/theory/booleans/proof_checker.h [new file with mode: 0644]