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:
parent
2a3cfe0cb9
commit
a2d64e8441
5 changed files with 54 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue