summaryrefslogtreecommitdiff
path: root/src/theory/sets/solver_state.h
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-08-16 17:20:27 -0700
committerGitHub <noreply@github.com>2021-08-16 17:20:27 -0700
commita11de769885cf9ac4b2c2f06409976080b326fe6 (patch)
tree6c3c15110812d6fbcc7f96aa1d5bd782b02534c3 /src/theory/sets/solver_state.h
parent11b6d67d32160681d4495fd92930ffb6ddb79abe (diff)
Push Env class into TheoryState (#7012)
This PR is a follow-up to #7011, making the Env object available in the TheoryState base class.
Diffstat (limited to 'src/theory/sets/solver_state.h')
-rw-r--r--src/theory/sets/solver_state.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/sets/solver_state.h b/src/theory/sets/solver_state.h
index 63039eddd..ff9bc8bf9 100644
--- a/src/theory/sets/solver_state.h
+++ b/src/theory/sets/solver_state.h
@@ -46,8 +46,7 @@ class SolverState : public TheoryState
typedef context::CDHashMap<Node, size_t> NodeIntMap;
public:
- SolverState(context::Context* c,
- context::UserContext* u,
+ SolverState(Env& env,
Valuation val,
SkolemCache& skc);
//-------------------------------- initialize per check
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback