summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-10-02 23:15:35 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-10-02 23:15:35 +0200
commit645aaaa186269c26d96a60c8df3350a2de9b6acb (patch)
treebf0f658d713d0c092b7d0e51ed5aa8fcadc792f0 /src/theory/strings/theory_strings.h
parentb0feac10d73770819839624dd943eedb14bd4c86 (diff)
Fixes related to explanations for cycles, sym inferences. Minor fixes and improvements.
Diffstat (limited to 'src/theory/strings/theory_strings.h')
-rw-r--r--src/theory/strings/theory_strings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/strings/theory_strings.h b/src/theory/strings/theory_strings.h
index dee958aee..98f8d0eea 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -251,6 +251,7 @@ private:
EqcInfo * getOrMakeEqcInfo( Node eqc, bool doMake = true );
//maintain which concat terms have the length lemma instantiated
NodeNodeMap d_proxy_var;
+ NodeNodeMap d_proxy_var_to_length;
private:
void mergeCstVec(std::vector< Node > &vec_strings);
bool getNormalForms(Node &eqc, std::vector< Node > & visited, std::vector< Node > & nf,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback