summaryrefslogtreecommitdiff
path: root/src/theory/arith
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-13 08:01:30 -0500
committerGitHub <noreply@github.com>2018-09-13 08:01:30 -0500
commit527fb3c6c00ba1516f85e6e024d71d5c6ffba93b (patch)
tree6612914061e63920bca6a6fdd0f779da6ccaf6f1 /src/theory/arith
parentd80588a41753d011202d670dbf7123233b665af9 (diff)
Decision strategy: incorporate CEGQI (#2460)
Diffstat (limited to 'src/theory/arith')
-rw-r--r--src/theory/arith/theory_arith_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith_private.h b/src/theory/arith/theory_arith_private.h
index 78cc2ac04..2d8d61736 100644
--- a/src/theory/arith/theory_arith_private.h
+++ b/src/theory/arith/theory_arith_private.h
@@ -433,7 +433,6 @@ public:
Node expandDefinition(LogicRequest &logicRequest, Node node);
void setMasterEqualityEngine(eq::EqualityEngine* eq);
- void setQuantifiersEngine(QuantifiersEngine* qe);
void check(Theory::Effort e);
bool needsCheckLastEffort();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback