mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue