mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
Merge branch 'ilana' into parallel-solving
This commit is contained in:
commit
4eeb98d294
4 changed files with 129 additions and 0 deletions
|
@ -92,6 +92,7 @@ namespace smt {
|
|||
sl.push_child(&(new_m->limit()));
|
||||
}
|
||||
|
||||
|
||||
auto cube = [](context& ctx, expr_ref_vector& lasms, expr_ref& c) {
|
||||
lookahead lh(ctx);
|
||||
c = lh.choose();
|
||||
|
@ -122,6 +123,7 @@ namespace smt {
|
|||
expr* e = ctx.bool_var2expr(node.key);
|
||||
if (!e) continue;
|
||||
|
||||
|
||||
expr_ref lit(e, m);
|
||||
conjuncts.push_back(lit);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue