mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
trace random update
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
fd2eab85f1
commit
7fe46de266
3 changed files with 7 additions and 4 deletions
|
@ -33,6 +33,7 @@ random_updater::random_updater(
|
|||
m_var_set.resize(m_lar_solver.number_of_vars());
|
||||
for (unsigned j : column_indices)
|
||||
add_column_to_sets(j);
|
||||
TRACE("lar_solver_rand", tout << "size = " << m_var_set.size() << "\n";);
|
||||
}
|
||||
|
||||
|
||||
|
@ -52,6 +53,7 @@ void random_updater::update() {
|
|||
add_value(m_lar_solver.get_column_value(j));
|
||||
}
|
||||
}
|
||||
TRACE("lar_solver_rand", tout << "m_var_set.size() = " << m_var_set.size() << ", m_values.size() = " << m_values.size() << "\n";);
|
||||
}
|
||||
|
||||
void random_updater::add_value(const numeric_pair<mpq>& v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue