From 8fbae1d789b3c9d7e9b079284c85489d8dcd7e65 Mon Sep 17 00:00:00 2001 From: Arnur Nigmetov Date: Sat, 9 Apr 2022 17:33:15 -0700 Subject: Major cleanup --- wasserstein/include/auction_runner_gs_single_diag.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'wasserstein/include/auction_runner_gs_single_diag.h') diff --git a/wasserstein/include/auction_runner_gs_single_diag.h b/wasserstein/include/auction_runner_gs_single_diag.h index f32fbbc..9746255 100644 --- a/wasserstein/include/auction_runner_gs_single_diag.h +++ b/wasserstein/include/auction_runner_gs_single_diag.h @@ -127,17 +127,6 @@ public: Real getDistanceToQthPowerInternal(); int num_phase { 0 }; int num_rounds { 0 }; -#ifdef LOG_AUCTION - bool log_auction { false }; - std::unordered_set unassigned_items; - size_t max_unassigned_to_log { 0 }; - const char* logger_name = "auction_detailed_logger"; // the name in spdlog registry; filename is provided as parameter in enable_logging - const Real total_items_persistence; - const Real total_bidders_persistence; - Real partial_cost; - Real unassigned_bidders_persistence; - Real unassigned_items_persistence; -#endif }; } // ws -- cgit v1.2.3