3
0
Fork 0
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:
Nikolaj Bjorner 2020-03-24 11:52:41 -07:00
parent 33b644adad
commit a4f668eef0
5 changed files with 98 additions and 31 deletions

View file

@ -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())