mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
enable printing in Release
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
5c712d471f
commit
c4c52ad104
13 changed files with 10 additions and 33 deletions
|
@ -17,7 +17,6 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#ifdef Z3DEBUG
|
||||
#pragma once
|
||||
#include "util/lp/numeric_pair.h"
|
||||
#include "util/vector.h"
|
||||
|
@ -70,4 +69,3 @@ void print_matrix(const vector<vector<T>> & A, std::ostream & out, unsigned blan
|
|||
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue