mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
bug fixes to new core, elim_predicates and elim_unconstrained
This commit is contained in:
parent
b9a87e493b
commit
42076a3c13
10 changed files with 42 additions and 30 deletions
|
@ -635,7 +635,7 @@ namespace q {
|
|||
if (m_model)
|
||||
return;
|
||||
m_model = alloc(model, m);
|
||||
ctx.update_model(m_model);
|
||||
ctx.update_model(m_model, false);
|
||||
}
|
||||
|
||||
void mbqi::init_solver() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue