Fix eager string preprocessing in incremental mode (#7895)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 7 Jan 2022 19:30:36 +0000 (13:30 -0600)
committerGitHub <noreply@github.com>
Fri, 7 Jan 2022 19:30:36 +0000 (19:30 +0000)
commit35f4cd5a28d0a499f7ffdfcb88d6df0032b1c14a
tree22205acdf1eeaf32c94d5f5f34187f64e80a59ed
parentd46b2c596befb493905d0037553fc0d0b5871df3
Fix eager string preprocessing in incremental mode (#7895)

Fixes #5780.

Issue was caused by reintroducing skolems during preprocessing that were already solved for.
src/preprocessing/passes/non_clausal_simp.cpp
src/smt/process_assertions.cpp
test/regress/CMakeLists.txt
test/regress/regress1/strings/issue5780-repeat-skolem.smt2 [new file with mode: 0644]