summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-08-12 14:23:31 -0500
committerGitHub <noreply@github.com>2019-08-12 14:23:31 -0500
commit75d70649e2d72d6d6bb46f47cf96ee523b718cb9 (patch)
treef413238a6a8ee90d9c47327bd0a0de18906af809 /src/theory/quantifiers_engine.h
parentfcd3d91281891bda5d5f4fe60ebb2d282de439c6 (diff)
Give rewrite engine pointer to conflict-based instantiation module (#3174)
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 7e5fe9102..7a9f5e7da 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -123,8 +123,6 @@ public:
//---------------------- modules (TODO remove these #1163)
/** get bounded integers utility */
quantifiers::BoundedIntegers* getBoundedIntegers() const;
- /** Conflict find mechanism for quantifiers */
- quantifiers::QuantConflictFind* getConflictFind() const;
/** ceg instantiation */
quantifiers::SynthEngine* getSynthEngine() const;
/** get inst strategy cbqi */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback