mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
parent
dc4382604b
commit
27ea23289e
2 changed files with 1 additions and 2 deletions
|
@ -102,7 +102,6 @@ namespace sat {
|
||||||
for (; it != end; ++it) {
|
for (; it != end; ++it) {
|
||||||
clause & c = *(*it);
|
clause & c = *(*it);
|
||||||
TRACE("sats", tout << "processing: " << c << "\n";);
|
TRACE("sats", tout << "processing: " << c << "\n";);
|
||||||
TRACE("scc_details", m_solver.display_watches(tout););
|
|
||||||
unsigned sz = c.size();
|
unsigned sz = c.size();
|
||||||
unsigned i;
|
unsigned i;
|
||||||
for (i = 0; i < sz; i++) {
|
for (i = 0; i < sz; i++) {
|
||||||
|
|
|
@ -220,7 +220,7 @@ namespace sat {
|
||||||
frames.pop_back();
|
frames.pop_back();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
TRACE("scc_details", m_solver.display_watches(tout););
|
|
||||||
for (unsigned i = 0; i < m_solver.num_vars(); ++i) {
|
for (unsigned i = 0; i < m_solver.num_vars(); ++i) {
|
||||||
if (roots[i] == null_literal) {
|
if (roots[i] == null_literal) {
|
||||||
roots[i] = literal(i, false);
|
roots[i] = literal(i, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue