mirror of
https://github.com/Z3Prover/z3
synced 2026-03-17 10:33:48 +00:00
sls updates
- add SINGLE_THREAD mode - add interface to retrieve "best" model so far
This commit is contained in:
parent
43dd6a5436
commit
2682c2ef2b
5 changed files with 128 additions and 66 deletions
|
|
@ -1069,7 +1069,7 @@ namespace intblast {
|
|||
if (e->get_family_id() != bv.get_family_id())
|
||||
return false;
|
||||
for (euf::enode* arg : euf::enode_args(n))
|
||||
dep.add(n, arg->get_root());
|
||||
dep.add(n, arg);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue