mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
a10c318e15
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ namespace smt {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!r.get_base_var() == x && x > y) {
|
if (r.get_base_var() != x && x > y) {
|
||||||
std::swap(x, y);
|
std::swap(x, y);
|
||||||
k.neg();
|
k.neg();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue