mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
bugfixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
97225b7d8f
commit
03e012c1d8
14 changed files with 167 additions and 139 deletions
|
@ -167,7 +167,6 @@ namespace polysat {
|
|||
|
||||
// Ovfl(x, y) & ~Ovfl(y, z) ==> x > z
|
||||
void saturation::try_umul_ovfl(pvar v, umul_ovfl const& sc) {
|
||||
|
||||
auto p = sc.p(), q = sc.q();
|
||||
auto& C = c.cs();
|
||||
auto match_mul_arg = [&](auto const& sc2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue