mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 23:56:37 +00:00
check polarity
This commit is contained in:
parent
5727950a3c
commit
a9fda81d03
|
@ -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…
Reference in a new issue