mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b6b6035cfb
commit
eaf845c2f4
2 changed files with 9 additions and 3 deletions
|
@ -371,6 +371,7 @@ namespace sat {
|
|||
if (m_watches.size() <= (~c[1]).index()) std::cout << c << "\n";
|
||||
if (m_watches[(~c[0]).index()].size() >= 20000) {
|
||||
std::cout << m_par_id << ": " << c << "\n";
|
||||
enable_trace("sat");
|
||||
}
|
||||
m_watches[(~c[0]).index()].push_back(watched(block_lit, cls_off));
|
||||
m_watches[(~c[1]).index()].push_back(watched(block_lit, cls_off));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue