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

introduce a bug int theory_array.cpp - look for a counter example

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-02-22 20:44:20 -08:00
parent d39d64176e
commit f9f1960c73

View file

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