3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

introduce a bug into theory_array - looking for a counterexample

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-02-22 14:17:31 -08:00
parent c0b49e95c4
commit 37c72b71f5

View file

@ -296,6 +296,7 @@ namespace smt {
}
void theory_array::apply_sort_cnstr(enode * n, sort * s) {
// return;
SASSERT(is_array_sort(s));
if (!is_attached_to_var(n))
mk_var(n);