summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/instantiate.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-08-25 11:27:03 -0500
committerGitHub <noreply@github.com>2021-08-25 16:27:03 +0000
commit76c8bc4c963b494db36074afac74e51ab39917e4 (patch)
tree1dead31654b75eec05ada6ca0a4adf2878809cab /src/theory/quantifiers/instantiate.cpp
parent9a4deadddfd3d4489ba15f65f0e3dab72b2fcccc (diff)
Eliminate calls to currentSmtEngine (#7060)
Work towards supporting multiple solvers running in parallel. There are now only 5 remaining internal calls to smt::currentSmtEngine. More will be eliminated on future PRs.
Diffstat (limited to 'src/theory/quantifiers/instantiate.cpp')
-rw-r--r--src/theory/quantifiers/instantiate.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers/instantiate.cpp b/src/theory/quantifiers/instantiate.cpp
index 05361eaa1..be1633d16 100644
--- a/src/theory/quantifiers/instantiate.cpp
+++ b/src/theory/quantifiers/instantiate.cpp
@@ -24,8 +24,6 @@
#include "proof/lazy_proof.h"
#include "proof/proof_node_manager.h"
#include "smt/logic_exception.h"
-#include "smt/smt_engine.h"
-#include "smt/smt_engine_scope.h"
#include "smt/smt_statistics_registry.h"
#include "theory/quantifiers/cegqi/inst_strategy_cegqi.h"
#include "theory/quantifiers/first_order_model.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback