summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_subtheory_algebraic.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-11-15 17:52:15 -0800
committerAndres Noetzli <andres.noetzli@gmail.com>2019-11-15 17:52:15 -0800
commitf45bad0112192abb47cd350abdb5414e385c38b1 (patch)
tree527136b5b49a1b2600e5ac3d9c96790c496ce12a /src/theory/bv/bv_subtheory_algebraic.h
parent585682fbc2b622bc62db80578b76adf52709c7c7 (diff)
Remove staticrmStatic
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