mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
update smt logging format to follow SAT solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
77088745d0
commit
ecb43ccca2
6 changed files with 95 additions and 24 deletions
|
@ -45,6 +45,8 @@ namespace smt {
|
|||
unsigned m_max_generation;
|
||||
unsigned m_num_minimized_lits;
|
||||
unsigned m_num_checks;
|
||||
unsigned m_num_simplifications;
|
||||
unsigned m_num_del_clauses;
|
||||
statistics() {
|
||||
reset();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue