mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a623865a82
commit
d97bb7c6ad
1 changed files with 2 additions and 0 deletions
|
@ -126,5 +126,7 @@ namespace polysat {
|
|||
us.add_smul_ovfl(p_coeff, q_coeff, !is_positive, dep);
|
||||
else
|
||||
us.add_smul_udfl(p_coeff, q_coeff, !is_positive, dep);
|
||||
return mk_mix(p().hash(), q().hash(), kind());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue