mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
chain viables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1cdefa81b7
commit
f805130c0b
3 changed files with 35 additions and 25 deletions
|
@ -227,6 +227,12 @@ namespace intblast {
|
|||
m_solver->assert_expr(a.mk_lt(v, a.mk_int(b)));
|
||||
}
|
||||
|
||||
for (unsigned i = 0; i < es.size(); ++i) {
|
||||
expr_ref tmp(es.get(i), m);
|
||||
ctx.get_rewriter()(tmp);
|
||||
es[i] = tmp;
|
||||
}
|
||||
|
||||
IF_VERBOSE(2, verbose_stream() << "check\n" << original_es << "\n");
|
||||
|
||||
IF_VERBOSE(2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue