mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ce12c51083
commit
d4abf16551
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue