mirror of
https://github.com/Z3Prover/z3
synced 2026-06-22 00:20:27 +00:00
add stats for throttling
This commit is contained in:
parent
899677e626
commit
2b6c73af82
4 changed files with 8 additions and 2 deletions
|
|
@ -76,6 +76,7 @@ bool nla_throttle::insert_new(throttle_kind k, lpvar monic_var, lpvar x_var, lpv
|
|||
bool nla_throttle::insert_new_impl(const signature& sig) {
|
||||
if (m_seen.contains(sig)) {
|
||||
TRACE(nla_solver, tout << "throttled lemma generation\n";);
|
||||
m_stats.m_nla_throttled_lemmas++;
|
||||
return true; // Already seen, throttle
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue