mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
check polarity
This commit is contained in:
parent
5727950a3c
commit
a9fda81d03
1 changed files with 1 additions and 1 deletions
|
@ -9856,7 +9856,7 @@ namespace smt {
|
|||
if ( (current_assignment == l_true && !assumption.get_polarity())
|
||||
|| (current_assignment == l_false && assumption.get_polarity())) {
|
||||
// invert sense
|
||||
NOT_IMPLEMENTED_YET();
|
||||
zero_solution = !zero_solution;
|
||||
}
|
||||
|
||||
if (zero_solution) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue