3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

throttle intervals

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-17 14:18:08 -07:00
parent 999ca2ed70
commit f24bd352e1
9 changed files with 517 additions and 24 deletions

View file

@ -250,8 +250,8 @@ bool basics::basic_lemma_for_mon_zero(const monomial& rm, const factorization& f
bool basics::basic_lemma(bool derived) {
if (basic_sign_lemma(derived))
return true;
if (derived)
return false; // c().m_intervals.get_lemmas();
if (derived)
return c().m_intervals.get_lemmas();
const auto& mon_inds_to_ref = c().m_to_refine;
TRACE("nla_solver", tout << "mon_inds_to_ref = "; print_vector(mon_inds_to_ref, tout););
unsigned start = c().random();