3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-14 03:04:44 +00:00

add stubs for shr

This commit is contained in:
Nikolaj Bjorner 2021-12-14 14:35:08 -08:00
parent 934564882c
commit 06f7ba2e78
6 changed files with 176 additions and 5 deletions

View file

@ -139,7 +139,7 @@ namespace polysat {
cb.push_new(~premise);
cb.push_new(conseq);
clause_ref just = cb.build();
s.add_lemma(*just);
s.add_clause(*just);
s.propagate();
SASSERT(s.m_bvars.is_true(conseq.blit()));
return true;