mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
fix bug introduced in fix of #1798
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d270df67f7
commit
95963f71f4
|
@ -506,7 +506,7 @@ namespace smt {
|
|||
|
||||
mk_axiom(eqz, eq, true);
|
||||
mk_axiom(eqz, lower, false);
|
||||
mk_axiom(eqz, upper, false);
|
||||
mk_axiom(eqz, upper, !m_util.is_numeral(abs_divisor));
|
||||
rational k;
|
||||
context& ctx = get_context();
|
||||
(void)ctx;
|
||||
|
|
Loading…
Reference in a new issue