summaryrefslogtreecommitdiff
path: root/src/theory/shared_solver_distributed.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-09-30 11:48:12 -0500
committerGitHub <noreply@github.com>2021-09-30 16:48:12 +0000
commit4e54aa63e13f551e9c647ce59edd958e1d84ddb1 (patch)
tree6ac634316622d2d8deb1ecce9fa432e3468fa2a4 /src/theory/shared_solver_distributed.h
parent46ad5bddc9bc0e03ea702f29c56c22e917aeb06b (diff)
Make theory engine modules use Env (#7277)
This updates several core modules of TheoryEngine to use Env and eliminates some getters from TheoryEngine.
Diffstat (limited to 'src/theory/shared_solver_distributed.h')
-rw-r--r--src/theory/shared_solver_distributed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/shared_solver_distributed.h b/src/theory/shared_solver_distributed.h
index f9a00230b..3e7d81e30 100644
--- a/src/theory/shared_solver_distributed.h
+++ b/src/theory/shared_solver_distributed.h
@@ -31,7 +31,7 @@ namespace theory {
class SharedSolverDistributed : public SharedSolver
{
public:
- SharedSolverDistributed(TheoryEngine& te, ProofNodeManager* pnm);
+ SharedSolverDistributed(Env& env, TheoryEngine& te);
virtual ~SharedSolverDistributed() {}
//------------------------------------- initialization
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback