mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Merge branch 'opt' of https://git01.codeplex.com/z3 into opt
This commit is contained in:
commit
11845a1ce4
18 changed files with 1884 additions and 31 deletions
|
@ -869,6 +869,7 @@ namespace opt {
|
|||
m_upper += w;
|
||||
if (wmax < w) wmax = w;
|
||||
b = m.mk_fresh_const("b", m.mk_bool_sort());
|
||||
block.push_back(b);
|
||||
expr* bb = b;
|
||||
s.mc().insert(b->get_decl());
|
||||
a = m.mk_fresh_const("a", m.mk_bool_sort());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue