mirror of
https://github.com/Z3Prover/z3
synced 2026-07-03 22:06:11 +00:00
prepare for enodes over lambdas
This commit is contained in:
parent
705569df24
commit
d025b34606
17 changed files with 65 additions and 62 deletions
|
|
@ -855,7 +855,7 @@ namespace smt {
|
|||
case eq_justification::CONGRUENCE:
|
||||
num_args = n1->get_num_args();
|
||||
SASSERT(num_args == n2->get_num_args());
|
||||
SASSERT(n1->get_app()->get_decl() == n2->get_app()->get_decl());
|
||||
SASSERT(n1->get_decl() == n2->get_decl());
|
||||
if (js.used_commutativity()) {
|
||||
bool visited = true;
|
||||
SASSERT(num_args == 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue