summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-08-19 21:45:37 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-08-19 21:45:44 +0200
commite909e34249754bc5f021449512c9cc304802933f (patch)
tree351914fb850b4dce3d15ad8f72acde39c6770826 /src/theory/theory_engine.h
parentca72dd6bc0fdc63391b568e4cbcf289300e295dc (diff)
Make cbqi robust to term ITE removal. Separate vts infinities for int/real.
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index 0c1a7c081..96a99763d 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -830,6 +830,8 @@ public:
SharedTermsDatabase* getSharedTermsDatabase() { return &d_sharedTerms; }
theory::eq::EqualityEngine* getMasterEqualityEngine() { return d_masterEqualityEngine; }
+
+ RemoveITE* getIteRemover() { return &d_iteRemover; }
SortInference* getSortInference() { return &d_sortInfer; }
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback