summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_eager_solver.cpp
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-07-14 18:54:33 -0700
committerGitHub <noreply@github.com>2021-07-15 01:54:33 +0000
commitbb6813731ef1059ab38cedcc5af026b6e75bd6be (patch)
tree42613e96a0e119fe21fadb8e031fd92c3dbfb50c /src/theory/bv/bv_eager_solver.cpp
parentffdf7434ba53191546e13663764894852e8bc6dd (diff)
bv: Rename lazy solver to layered solver. (#6889)
Diffstat (limited to 'src/theory/bv/bv_eager_solver.cpp')
-rw-r--r--src/theory/bv/bv_eager_solver.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/bv/bv_eager_solver.cpp b/src/theory/bv/bv_eager_solver.cpp
index b0082b992..23b98ca54 100644
--- a/src/theory/bv/bv_eager_solver.cpp
+++ b/src/theory/bv/bv_eager_solver.cpp
@@ -27,7 +27,8 @@ namespace cvc5 {
namespace theory {
namespace bv {
-EagerBitblastSolver::EagerBitblastSolver(context::Context* c, BVSolverLazy* bv)
+EagerBitblastSolver::EagerBitblastSolver(context::Context* c,
+ BVSolverLayered* bv)
: d_assertionSet(c),
d_assumptionSet(c),
d_context(c),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback