mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
add shortcuts for unit assertions, conflicts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d73b7267e3
commit
93ee05648e
17 changed files with 55 additions and 94 deletions
|
@ -2463,7 +2463,7 @@ namespace sat {
|
|||
for (unsigned i = 0; i < m_watches.size(); ++i) {
|
||||
watch_list const& wl = m_watches[i];
|
||||
if (!wl.empty()) {
|
||||
sat::display_watch_list(out << to_literal(i) << " -> ", dummy_allocator, wl);
|
||||
sat::display_watch_list(out << to_literal(i) << " -> ", dummy_allocator, wl, nullptr);
|
||||
out << "\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue