mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
parent
3bc18ab0d1
commit
dc4382604b
2 changed files with 8 additions and 1 deletions
|
@ -220,6 +220,7 @@ namespace sat {
|
|||
frames.pop_back();
|
||||
}
|
||||
}
|
||||
TRACE("scc_details", m_solver.display_watches(tout););
|
||||
for (unsigned i = 0; i < m_solver.num_vars(); ++i) {
|
||||
if (roots[i] == null_literal) {
|
||||
roots[i] = literal(i, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue