summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_subtheory_algebraic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_subtheory_algebraic.h')
-rw-r--r--src/theory/bv/bv_subtheory_algebraic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/bv_subtheory_algebraic.h b/src/theory/bv/bv_subtheory_algebraic.h
index de75ad859..8baa208c1 100644
--- a/src/theory/bv/bv_subtheory_algebraic.h
+++ b/src/theory/bv/bv_subtheory_algebraic.h
@@ -220,8 +220,8 @@ class AlgebraicSolver : public SubtheorySolver {
*/
bool quickCheck(std::vector<Node>& facts);
-public:
- AlgebraicSolver(context::Context* c, TheoryBV* bv);
+ public:
+ AlgebraicSolver(Environment* env, context::Context* c, TheoryBV* bv);
~AlgebraicSolver();
void preRegister(TNode node) override {}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback