mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
Missing file
This commit is contained in:
parent
0c1c9c64eb
commit
b1239d5276
1 changed files with 3 additions and 0 deletions
|
@ -671,6 +671,9 @@ namespace polysat {
|
||||||
case code::and_op:
|
case code::and_op:
|
||||||
us.add_and(pv.get_univariate_coefficients(), qv.get_univariate_coefficients(), rv.get_univariate_coefficients(), !is_positive, dep);
|
us.add_and(pv.get_univariate_coefficients(), qv.get_univariate_coefficients(), rv.get_univariate_coefficients(), !is_positive, dep);
|
||||||
break;
|
break;
|
||||||
|
case code::inv_op:
|
||||||
|
us.add_inv(pv.get_univariate_coefficients(), rv.get_univariate_coefficients(), !is_positive, dep);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
NOT_IMPLEMENTED_YET();
|
NOT_IMPLEMENTED_YET();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue