mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
local
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
abb13f8c76
commit
d4a24aff1e
5 changed files with 11 additions and 3 deletions
|
@ -48,6 +48,7 @@ namespace smt {
|
|||
unsigned m_max_min;
|
||||
unsigned m_gb_simplify, m_gb_superpose, m_gb_compute_basis, m_gb_num_processed;
|
||||
unsigned m_nl_branching, m_nl_linear, m_nl_bounds, m_nl_cross_nested;
|
||||
unsigned m_branch_infeasible_int, m_branch_infeasible_var;
|
||||
|
||||
void reset() { memset(this, 0, sizeof(theory_arith_stats)); }
|
||||
theory_arith_stats() { reset(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue