summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-15 06:06:28 -0500
committerGitHub <noreply@github.com>2020-08-15 06:06:28 -0500
commit3b230077d51c8445328f0b5d5ff94bbd988d1c83 (patch)
tree70d9eb305857c3c36d71cf42382bee7a6633b908 /src/theory/strings/theory_strings.h
parent42cd0a7bcbe993870d76d8cc9db7acc0a9ae70f9 (diff)
(proof-new) Add the strings proof checker (#4858)
It also adds enumeration for two new rules that have been recently added.
Diffstat (limited to 'src/theory/strings/theory_strings.h')
-rw-r--r--src/theory/strings/theory_strings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/strings/theory_strings.h b/src/theory/strings/theory_strings.h
index 1d3261115..2fb827429 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -32,6 +32,7 @@
#include "theory/strings/infer_info.h"
#include "theory/strings/inference_manager.h"
#include "theory/strings/normal_form.h"
+#include "theory/strings/proof_checker.h"
#include "theory/strings/regexp_elim.h"
#include "theory/strings/regexp_operation.h"
#include "theory/strings/regexp_solver.h"
@@ -279,6 +280,8 @@ class TheoryStrings : public Theory {
InferenceManager d_im;
/** The theory rewriter for this theory. */
StringsRewriter d_rewriter;
+ /** The proof rule checker */
+ StringProofRuleChecker d_sProofChecker;
/**
* The base solver, responsible for reasoning about congruent terms and
* inferring constants for equivalence classes.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback