mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +00:00
reduce output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bd96eaff47
commit
360d6f963e
3 changed files with 9 additions and 12 deletions
|
@ -88,7 +88,7 @@ static void tst2() {
|
|||
int_heap2 h(N);
|
||||
for (int i = 0; i < N * 10; i++) {
|
||||
|
||||
if (i % 1 == 0) std::cout << "i: " << i << std::endl;
|
||||
// if (i % 1 == 0) std::cout << "i: " << i << std::endl;
|
||||
if (i % 1000 == 0) std::cout << "i: " << i << std::endl;
|
||||
int cmd = heap_rand() % 10;
|
||||
if (cmd <= 3) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue