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