mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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:
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue