mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
add unit test for #2867
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
33b644adad
commit
a4f668eef0
5 changed files with 98 additions and 31 deletions
|
@ -161,7 +161,6 @@ namespace sat {
|
|||
|
||||
if (m_probing_binary) {
|
||||
watch_list & wlist = s.get_wlist(~l);
|
||||
unsigned sz0 = wlist.size();
|
||||
for (unsigned i = 0; i < wlist.size(); ++i) {
|
||||
watched & w = wlist[i];
|
||||
if (!w.is_binary_clause())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue