mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +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)) {
|
if (is_undef(lit)) {
|
||||||
val = l_undef;
|
val = l_undef;
|
||||||
}
|
}
|
||||||
if (is_true(lit)) {
|
else if (is_true(lit)) {
|
||||||
val = l_true;
|
val = l_true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue