3
0
Fork 0
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:
Nikolaj Bjorner 2020-08-20 19:56:44 -07:00
parent 77088745d0
commit ecb43ccca2
6 changed files with 95 additions and 24 deletions

View file

@ -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();
}