summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_bitblast.h
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-09-09 19:48:18 -0700
committerGitHub <noreply@github.com>2021-09-09 19:48:18 -0700
commit25597467c8df64c36e8353bfcf9d99d02fdd798b (patch)
tree9be8240f0ce11022100072bb6fb46c61ff448420 /src/theory/bv/bv_solver_bitblast.h
parent5fbc99c94d65b7e3fc0212e9f1e49ae8907643fe (diff)
parent5369982ff5c493f72e6f8309d8be632866314805 (diff)
Merge branch 'master' into stdAttrsstdAttrs
Diffstat (limited to 'src/theory/bv/bv_solver_bitblast.h')
-rw-r--r--src/theory/bv/bv_solver_bitblast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/bv/bv_solver_bitblast.h b/src/theory/bv/bv_solver_bitblast.h
index 3f4ab5025..e8931acff 100644
--- a/src/theory/bv/bv_solver_bitblast.h
+++ b/src/theory/bv/bv_solver_bitblast.h
@@ -42,7 +42,8 @@ class BBRegistrar;
class BVSolverBitblast : public BVSolver
{
public:
- BVSolverBitblast(TheoryState* state,
+ BVSolverBitblast(Env& env,
+ TheoryState* state,
TheoryInferenceManager& inferMgr,
ProofNodeManager* pnm);
~BVSolverBitblast() = default;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback