public class ProfitMaximizingNonGenericSupplementaryRound<T extends Good> extends Object implements NonGenericSupplementaryRound<T>
| Constructor and Description |
|---|
ProfitMaximizingNonGenericSupplementaryRound() |
| Modifier and Type | Method and Description |
|---|---|
List<XORValue<T>> |
getSupplementaryBids(NonGenericCCAMechanism<T> cca,
Bidder<T> bidder) |
void |
setNumberOfSupplementaryBids(int numberOfSupplementaryBids) |
void |
useLastDemandedPrices(boolean useLastDemandedPrices) |
void |
useZeroPrices(boolean useZeroPrices) |
ProfitMaximizingNonGenericSupplementaryRound<T> |
withNumberOfSupplementaryBids(int numberOfSupplementaryBids) |
public ProfitMaximizingNonGenericSupplementaryRound()
public List<XORValue<T>> getSupplementaryBids(NonGenericCCAMechanism<T> cca, Bidder<T> bidder)
getSupplementaryBids in interface NonGenericSupplementaryRound<T extends Good>public void setNumberOfSupplementaryBids(int numberOfSupplementaryBids)
public ProfitMaximizingNonGenericSupplementaryRound<T> withNumberOfSupplementaryBids(int numberOfSupplementaryBids)
public void useLastDemandedPrices(boolean useLastDemandedPrices)
public void useZeroPrices(boolean useZeroPrices)
Copyright © 2018. All rights reserved.