summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_database.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2021-09-08 18:28:25 -0700
committerGitHub <noreply@github.com>2021-09-09 01:28:25 +0000
commitdfd135ee8039c901e535b0781ae1b27cb3365166 (patch)
treeeaaae51ad04de4b3d66d006d5f30e8e3a469ff93 /src/theory/quantifiers/term_database.h
parent704fd545440023a0deaa328a9de9c11ac5fe963c (diff)
Remove `TheoryState::options()` (#7148)
This commit removes TheoryState::options() by changing more classes to EnvObjs.
Diffstat (limited to 'src/theory/quantifiers/term_database.h')
-rw-r--r--src/theory/quantifiers/term_database.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/quantifiers/term_database.h b/src/theory/quantifiers/term_database.h
index a4e95487c..af0b87bd8 100644
--- a/src/theory/quantifiers/term_database.h
+++ b/src/theory/quantifiers/term_database.h
@@ -73,8 +73,7 @@ class TermDb : public QuantifiersUtil {
using NodeDbListMap = context::CDHashMap<Node, std::shared_ptr<DbList>>;
public:
- TermDb(QuantifiersState& qs,
- QuantifiersRegistry& qr);
+ TermDb(Env& env, QuantifiersState& qs, QuantifiersRegistry& qr);
virtual ~TermDb();
/** Finish init, which sets the inference manager */
void finishInit(QuantifiersInferenceManager* qim);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback