3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 18:00:23 +00:00

flag incomplete on lambdas #5803

This commit is contained in:
Nikolaj Bjorner 2022-01-31 11:54:06 -08:00
parent a189ca8b60
commit a326ad4cd9
6 changed files with 22 additions and 7 deletions

View file

@ -763,7 +763,6 @@ namespace smt {
app_ref sel1(m), sel2(m);
sel1 = mk_select(args1);
sel2 = mk_select(args2);
std::cout << "small domain " << sel1 << " " << sel2 << "\n";
is_new = try_assign_eq(sel1, sel2);
#endif
}