mirror of
https://github.com/Z3Prover/z3
synced 2026-08-03 20:53:30 +00:00
update pattern inference to allow patterns with variables outside of scope
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
30a4a84c79
commit
aa6dddbdf0
3 changed files with 4 additions and 7 deletions
|
|
@ -339,6 +339,8 @@ namespace smt {
|
|||
}
|
||||
|
||||
void theory_array_base::assert_congruent(enode * a1, enode * a2) {
|
||||
if (ctx.get_fparams().m_array_fake_support)
|
||||
return;
|
||||
TRACE(array, tout << "congruent: #" << a1->get_owner_id() << " #" << a2->get_owner_id() << "\n";);
|
||||
SASSERT(is_array_sort(a1));
|
||||
SASSERT(is_array_sort(a2));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue