mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 02:08:07 +00:00
working on lookahead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5ed3200c88
commit
2afd45b3c2
10 changed files with 388 additions and 168 deletions
|
@ -2998,7 +2998,7 @@ namespace sat {
|
|||
watch_list const & wlist = *it;
|
||||
literal l = to_literal(l_idx);
|
||||
out << l << ": ";
|
||||
sat::display(out, m_cls_allocator, wlist);
|
||||
sat::display_watch_list(out, m_cls_allocator, wlist);
|
||||
out << "\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue