summaryrefslogtreecommitdiff
path: root/src/smt/smt_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_solver.h')
-rw-r--r--src/smt/smt_solver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/smt_solver.h b/src/smt/smt_solver.h
index 83e591835..850c5b9b4 100644
--- a/src/smt/smt_solver.h
+++ b/src/smt/smt_solver.h
@@ -44,7 +44,7 @@ class QuantifiersEngine;
namespace smt {
class Assertions;
-class SmtEngineState;
+class SolverEngineState;
struct SolverEngineStatistics;
/**
@@ -65,7 +65,7 @@ class SmtSolver
{
public:
SmtSolver(Env& env,
- SmtEngineState& state,
+ SolverEngineState& state,
AbstractValues& abs,
SolverEngineStatistics& stats);
~SmtSolver();
@@ -127,7 +127,7 @@ class SmtSolver
/** Reference to the environment */
Env& d_env;
/** Reference to the state of the SolverEngine */
- SmtEngineState& d_state;
+ SolverEngineState& d_state;
/** The preprocessor of this SMT solver */
Preprocessor d_pp;
/** Reference to the statistics of SolverEngine */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback