diff --git a/src/math/lp/int_gcd_test.cpp b/src/math/lp/int_gcd_test.cpp index 4801cc436..8891f495f 100644 --- a/src/math/lp/int_gcd_test.cpp +++ b/src/math/lp/int_gcd_test.cpp @@ -259,7 +259,7 @@ namespace lp { bool int_gcd_test::accumulate_parity(const row_strip & row, unsigned least_idx) { // remove this line to enable new functionality. - // return true; + return true; mpq modulus(0); bool least_sign = false;