mirror of
https://github.com/Z3Prover/z3
synced 2026-07-12 18:16:24 +00:00
Lazy decomposition
Test-cases
This commit is contained in:
parent
5693aa706a
commit
a88dfa64ac
6 changed files with 859 additions and 116 deletions
|
|
@ -146,7 +146,6 @@ namespace smt {
|
|||
}
|
||||
const expr_ref cases_expr(m.mk_or(cases), m);
|
||||
ctx.internalize(cases_expr, false);
|
||||
std::cout << mk_pp(s, m) << " in " << mk_pp(r, m) << " =>\n" << mk_pp(cases_expr, m) << std::endl;
|
||||
th.propagate_lit(nullptr, 1, &lit, ctx.get_literal(cases_expr));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue