3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

rebase with master branch

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-05-11 16:33:33 -07:00
parent 4b68d98b2a
commit 3e4a4c6df2
10 changed files with 23 additions and 87 deletions

View file

@ -33,7 +33,7 @@ struct solver::imp {
m_nla_core(nla_core) {}
bool need_check() {
return m_nla_core.to_refine().size() != 0;
return m_nla_core.m_to_refine.size() != 0;
}