summaryrefslogtreecommitdiff
path: root/src/theory/strings/extf_solver.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-04-02 00:01:21 -0500
committerGitHub <noreply@github.com>2020-04-02 00:01:21 -0500
commitaa6fb6fa3df0b1519e6763e72541c022396ab1dc (patch)
treec01a620079998579583150ef117c08b2db2318c4 /src/theory/strings/extf_solver.h
parent3915eb7b497bd185385048f8c7f2b4c8f2bf7c03 (diff)
Introduce enums for all string inferences, excluding the core solver (#4195)
Introduce enum values for all calls to sendInference outside of the core solver. This included some minor refactoring.
Diffstat (limited to 'src/theory/strings/extf_solver.h')
-rw-r--r--src/theory/strings/extf_solver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/strings/extf_solver.h b/src/theory/strings/extf_solver.h
index 040871ffa..9ca72fed2 100644
--- a/src/theory/strings/extf_solver.h
+++ b/src/theory/strings/extf_solver.h
@@ -186,6 +186,8 @@ class ExtfSolver
CoreSolver& d_csolver;
/** the extended theory object for the theory of strings */
ExtTheory* d_extt;
+ /** Reference to the statistics for the theory of strings/sequences. */
+ SequencesStatistics& d_statistics;
/** preprocessing utility, for performing strings reductions */
StringsPreprocess d_preproc;
/** Common constants */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback