3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

fix internalization for quot/rem

This commit is contained in:
Nikolaj Bjorner 2023-12-10 22:21:14 -08:00
parent 2a3cfe0cb9
commit a2d64e8441
5 changed files with 54 additions and 32 deletions

View file

@ -126,7 +126,7 @@ namespace polysat {
pdd var2pdd(euf::theory_var v);
void internalize_set(expr* e, pdd const& p);
void internalize_set(euf::theory_var v, pdd const& p);
std::pair<pdd, pdd> quot_rem(expr* x, expr* y);
void quot_rem(expr* quot, expr* rem, expr* x, expr* y);
// callbacks from core