mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
succinct logging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
74c61f49b4
commit
fb8532bf55
5 changed files with 81 additions and 18 deletions
|
@ -49,7 +49,8 @@ namespace euf {
|
|||
m_lookahead(nullptr),
|
||||
m_to_m(&m),
|
||||
m_to_si(&si),
|
||||
m_values(m)
|
||||
m_values(m),
|
||||
m_clause_visitor(m)
|
||||
{
|
||||
updt_params(p);
|
||||
m_relevancy.set_enabled(get_config().m_relevancy_lvl > 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue