mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 17:22:15 +00:00
std::cout
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2156c74d51
commit
0e6d530518
1 changed files with 0 additions and 3 deletions
|
@ -75,7 +75,6 @@ namespace lp {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool int_gcd_test::gcd_test() {
|
bool int_gcd_test::gcd_test() {
|
||||||
std::cout << "gcd-test\n";
|
|
||||||
reset_parities();
|
reset_parities();
|
||||||
const auto & A = lra.A_r(); // getting the matrix
|
const auto & A = lra.A_r(); // getting the matrix
|
||||||
for (unsigned i = 0; i < A.row_count(); i++)
|
for (unsigned i = 0; i < A.row_count(); i++)
|
||||||
|
@ -156,8 +155,6 @@ namespace lp {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!least_coeff_is_unique)
|
|
||||||
lia.display_row(std::cout << "non-unique ", row);
|
|
||||||
|
|
||||||
if (m_least_coeff.is_one() && !least_coeff_is_bounded) {
|
if (m_least_coeff.is_one() && !least_coeff_is_bounded) {
|
||||||
SASSERT(gcds.is_one());
|
SASSERT(gcds.is_one());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue