mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fixes to mbqi in the new core based on #6575
This commit is contained in:
parent
d52e893528
commit
1b0c76e3f0
9 changed files with 27 additions and 21 deletions
|
@ -357,8 +357,7 @@ namespace q {
|
|||
return expr_ref(m);
|
||||
}
|
||||
else if (!(*p)(*m_model, vars, fmls)) {
|
||||
TRACE("q", tout << "theory projection failed\n");
|
||||
return expr_ref(m);
|
||||
TRACE("q", tout << "theory projection failed - use value\n");
|
||||
}
|
||||
}
|
||||
for (app* v : vars) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue