summaryrefslogtreecommitdiff
path: root/wasserstein/include/auction_runner_gs_single_diag.h
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2022-04-29 13:54:09 +0200
committerGard Spreemann <gspr@nonempty.org>2022-04-29 13:54:09 +0200
commitfb4866e1d827389db17d74e5986d848617c8ef72 (patch)
tree46093502435ec117b137991a51acbe7f67b41dbc /wasserstein/include/auction_runner_gs_single_diag.h
parent66702d9cf122703964dbe22319ae8d97424d496f (diff)
parent8fbae1d789b3c9d7e9b079284c85489d8dcd7e65 (diff)
Merge tag 'v1.0.0' into dfsg/latestdfsg/latest
Version 1.0.0
Diffstat (limited to 'wasserstein/include/auction_runner_gs_single_diag.h')
-rw-r--r--wasserstein/include/auction_runner_gs_single_diag.h11
1 files changed, 0 insertions, 11 deletions
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<size_t> 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