summaryrefslogtreecommitdiff
path: root/src/preprocessing/assertion_pipeline.cpp
AgeCommit message (Collapse)Author
2018-10-31Record assumption info in AssertionPipeline (#2678)Andres Noetzli
2018-09-14Refactor how assertions are added to decision engine (#2396)Andres Noetzli
Before refactoring the preprocessing passes, we were using three arguments to add assertions to the decision engine. Now all that information lives in the AssertionPipeline. This commit moves the AssertionPipeline to its own file and changes the `addAssertions()` methods related to the decision engine to take an AssertionPipeline as an arguement instead of three separate ones. Additionally, the TheoryEngine now uses an AssertionPipeline for lemmas.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback