mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
turn on parity test
This commit is contained in:
parent
c194441824
commit
5da4b29136
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ namespace lp {
|
||||||
bool int_gcd_test::accumulate_parity(const row_strip<mpq> & row, unsigned least_idx) {
|
bool int_gcd_test::accumulate_parity(const row_strip<mpq> & row, unsigned least_idx) {
|
||||||
|
|
||||||
// remove this line to enable new functionality.
|
// remove this line to enable new functionality.
|
||||||
return true;
|
// return true;
|
||||||
|
|
||||||
mpq modulus(0);
|
mpq modulus(0);
|
||||||
bool least_sign = false;
|
bool least_sign = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue