mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
be3cc91323
3
contrib/qprofdiff/maintainers.txt
Normal file
3
contrib/qprofdiff/maintainers.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Maintainers
|
||||||
|
|
||||||
|
- Christoph M. Wintersteiger (@wintersteiger, cwinter@microsoft.com)
|
|
@ -194,7 +194,7 @@ bool arith_rewriter::is_bound(expr * arg1, expr * arg2, op_kind kind, expr_ref &
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
expr* t1, *t2;
|
expr* t1, *t2;
|
||||||
bool is_int;
|
bool is_int = false;
|
||||||
if (m_util.is_mod(arg2)) {
|
if (m_util.is_mod(arg2)) {
|
||||||
std::swap(arg1, arg2);
|
std::swap(arg1, arg2);
|
||||||
switch (kind) {
|
switch (kind) {
|
||||||
|
|
Loading…
Reference in a new issue