mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
build fix
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
57f622acc1
commit
5d3b00b5ea
|
@ -75,7 +75,7 @@ void random_updater::update() {
|
|||
}
|
||||
}
|
||||
}
|
||||
TRACE("lar_solver_rand", tout << "m_var_set.size() = " << m_var_set.size() << ", m_values.size() = " << m_values.size() << "\n";);
|
||||
TRACE("lar_solver_rand", tout << "m_var_set.size() = " << m_var_set.size() << "\n";);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue