We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91af02 commit b9a407cCopy full SHA for b9a407c
src/smt/theory_str.cpp
@@ -8164,10 +8164,12 @@ namespace smt {
8164
if (!existing_toplevel_exprs.contains(lhs)) {
8165
existing_toplevel_exprs.insert(lhs);
8166
set_up_axioms(lhs);
8167
+ propagate();
8168
}
8169
if (!existing_toplevel_exprs.contains(rhs)) {
8170
existing_toplevel_exprs.insert(rhs);
8171
set_up_axioms(rhs);
8172
8173
8174
8175
if (lhs_sort != str_sort || rhs_sort != str_sort) {
@@ -8630,6 +8632,7 @@ namespace smt {
8630
8632
if (!existing_toplevel_exprs.contains(e)) {
8631
8633
existing_toplevel_exprs.insert(e);
8634
set_up_axioms(e);
8635
8636
8637
8638
0 commit comments