Skip to content

Commit

Permalink
perf for #4655
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 8, 2020
1 parent f5f980f commit c49d39a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/smt/theory_seq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,10 @@ void theory_seq::add_length(expr* e, expr* l) {
Add length limit restrictions to sequence s.
*/
void theory_seq::add_length_limit(expr* s, unsigned k, bool is_searching) {
if (m_sk.is_indexof_left(s))
return;
if (m_sk.is_indexof_right(s))
return;
#if 0
if (m_sk.is_skolem(s))
return;
Expand Down

0 comments on commit c49d39a

Please sign in to comment.