mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +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
|
@ -39,7 +39,7 @@ namespace sat {
|
|||
return false;
|
||||
}
|
||||
|
||||
void display(std::ostream & out, clause_allocator const & ca, watch_list const & wlist) {
|
||||
void display_watch_list(std::ostream & out, clause_allocator const & ca, watch_list const & wlist) {
|
||||
watch_list::const_iterator it = wlist.begin();
|
||||
watch_list::const_iterator end = wlist.end();
|
||||
for (bool first = true; it != end; ++it) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue