3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00

get-universe

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-06-01 21:08:08 -07:00
parent 3e773fba5e
commit 8a02167e30

View file

@ -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;