public interface WinnerDeterminator<T extends Good>
| Modifier and Type | Method and Description |
|---|---|
void |
adjustPayoffs(Map<Bidder<T>,Double> payoffs) |
Allocation<T> |
calculateAllocation() |
WinnerDeterminator<T> |
copyOf() |
WinnerDeterminator<T> |
getWdWithoutBidder(Bidder<T> bidder) |
WinnerDeterminator<T> getWdWithoutBidder(Bidder<T> bidder)
Allocation<T> calculateAllocation()
WinnerDeterminator<T> copyOf()
Copyright © 2019. All rights reserved.