mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
57318bab5b
commit
dbfeeb8b1c
1 changed files with 1 additions and 1 deletions
|
@ -2160,7 +2160,7 @@ namespace sat {
|
|||
if (is_undef(lit)) {
|
||||
val = l_undef;
|
||||
}
|
||||
if (is_true(lit)) {
|
||||
else if (is_true(lit)) {
|
||||
val = l_true;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue