mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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() {
|
||||
std::cout << "gcd-test\n";
|
||||
reset_parities();
|
||||
const auto & A = lra.A_r(); // getting the matrix
|
||||
for (unsigned i = 0; i < A.row_count(); i++)
|
||||
|
@ -156,8 +155,6 @@ namespace lp {
|
|||
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) {
|
||||
SASSERT(gcds.is_one());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue