mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
474949542e
20 changed files with 123 additions and 89 deletions
|
@ -793,7 +793,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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue