|
@@ -739,10 +739,12 @@ void Heap(MPCIO & mpcio, const PRACOptions & opts, char ** args) {
|
|
|
#endif
|
|
|
|
|
|
for (size_t j = 0; j < n_extracts; ++j) {
|
|
|
+ #ifdef HEAP_VERBOSE
|
|
|
+ RegAS minval =
|
|
|
+ #endif
|
|
|
tree.extract_min(mpcio, tio, yield, is_optimized);
|
|
|
|
|
|
#ifdef HEAP_VERBOSE
|
|
|
- RegAS minval = tree.extract_min(mpcio, tio, yield, is_optimized);
|
|
|
uint64_t minval_reconstruction = mpc_reconstruct(tio, yield, minval);
|
|
|
std::cout << "minval_reconstruction = " << minval_reconstruction << std::endl;
|
|
|
#endif
|