mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +00:00
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7580644d15
commit
bcf0ee7709
7 changed files with 252 additions and 60 deletions
|
@ -130,7 +130,7 @@ namespace sat {
|
|||
inline void erase_ternary_watch(watch_list & wlist, literal l1, literal l2) { wlist.erase(watched(l1, l2)); }
|
||||
|
||||
class clause_allocator;
|
||||
void display_watch_list(std::ostream & out, clause_allocator const & ca, watch_list const & wlist);
|
||||
std::ostream& display_watch_list(std::ostream & out, clause_allocator const & ca, watch_list const & wlist);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue