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

Missing file

This commit is contained in:
Clemens Eisenhofer 2023-01-05 18:05:08 +01:00
parent 0c1c9c64eb
commit b1239d5276

View file

@ -671,6 +671,9 @@ namespace polysat {
case code::and_op:
us.add_and(pv.get_univariate_coefficients(), qv.get_univariate_coefficients(), rv.get_univariate_coefficients(), !is_positive, dep);
break;
case code::inv_op:
us.add_inv(pv.get_univariate_coefficients(), rv.get_univariate_coefficients(), !is_positive, dep);
break;
default:
NOT_IMPLEMENTED_YET();
break;