3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

check polarity

This commit is contained in:
Murphy Berzish 2018-01-18 17:53:42 -05:00
parent 5727950a3c
commit a9fda81d03

View file

@ -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) {