summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index 019818a5f..bc9f4c889 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -42,6 +42,7 @@
#include "util/hash.h"
#include "util/cache.h"
#include "theory/ite_simplifier.h"
+#include "theory/unconstrained_simplifier.h"
namespace CVC4 {
@@ -734,8 +735,12 @@ private:
/** For preprocessing pass simplifying ITEs */
ITESimplifier d_iteSimplifier;
+ /** For preprocessing pass simplifying unconstrained expressions */
+ UnconstrainedSimplifier d_unconstrainedSimp;
+
public:
Node ppSimpITE(TNode assertion);
+ void ppUnconstrainedSimp(std::vector<Node>& assertions);
};/* class TheoryEngine */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback