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:
parent
d39d64176e
commit
f9f1960c73
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue