summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-31 06:46:42 -0500
committerGitHub <noreply@github.com>2020-08-31 06:46:42 -0500
commitfc784f0273099b84581862b8587940c6db3459ed (patch)
treef8eb682b426b14f01d349983d0e40f2bcbfcb8b1 /src/theory/arith/theory_arith.h
parent0675545dde7ed679b7045a37470148c7e1bdfd25 (diff)
Basic proof support in inference manager (#4975)
This adds basic support for asserting internal facts with proofs in the inference manager class. The purpose of this PR is twofold: (1) From the point of view of proofs, this PR standardizes the management of proof equality engine within inference manager. Theories no longer have to manually construct proof equality engines, and instead are recommended to create inference managers. (2) From the point of view of the new approach to theory combination, this PR ensures standard theory callbacks (preNotifyFact / notifyFact) are used for internal facts, regardless of whether proofs are enabled. This will simplify several of the current (unmerged) changes for proof production in theory solvers on proof-new. Notice this PR adds the utility method NodeManager::mkAnd, which is arguably long overdue. Also notice this code is not yet active, but will be used on proof-new after this PR is merged.
Diffstat (limited to 'src/theory/arith/theory_arith.h')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback