3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 02:45:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-09-20 17:38:42 -07:00
parent ce12c51083
commit d4abf16551

View file

@ -554,7 +554,7 @@ namespace polysat {
}
signed_constraint c = lit2cnstr(choice);
if (num_choices > 0)
if (num_choices > 1)
push_level();
push_cjust(lemma.justified_var(), c);