3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-02 05:15:52 +00:00

wip - features and bug-fixes to proof logging

This commit is contained in:
Nikolaj Bjorner 2022-10-18 07:54:49 -07:00
parent 3bf1b606df
commit 7b3a634b8d
11 changed files with 45 additions and 43 deletions

View file

@ -90,8 +90,9 @@ namespace euf {
bool m_check_rup = false;
// for logging
symbol m_last_rule;
unsigned m_num_last_rules = 0;
map<symbol, unsigned, symbol_hash_proc, symbol_eq_proc> m_hint2hit;
unsigned m_num_logs = 0;
void add_units() {
auto const& units = m_drat.units();