mirror of
https://github.com/Z3Prover/z3
synced 2025-07-03 03:15:41 +00:00
fix pp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c202779f52
commit
8c81b64f0f
1 changed files with 0 additions and 1 deletions
|
@ -372,7 +372,6 @@ std::ostream& PackedMatrix::display_dense(std::ostream& out) const {
|
||||||
std::ostream& EGaussian::display(std::ostream& out) const {
|
std::ostream& EGaussian::display(std::ostream& out) const {
|
||||||
if (m_mat.num_rows() == 0)
|
if (m_mat.num_rows() == 0)
|
||||||
return out;
|
return out;
|
||||||
out << "xors\n";
|
|
||||||
for (auto const& row : m_mat) {
|
for (auto const& row : m_mat) {
|
||||||
bool first = true;
|
bool first = true;
|
||||||
for (int i = 0; i < row.get_size() * 64; ++i) {
|
for (int i = 0; i < row.get_size() * 64; ++i) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue