public class XORQWinnerDetermination<G extends GenericDefinition<T>,T extends Good> extends Object implements WinnerDeterminator<T>
| Constructor and Description |
|---|
XORQWinnerDetermination(Set<GenericBid<G,T>> bids) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustPayoffs(Map<Bidder<T>,Double> payoffs) |
Allocation<T> |
calculateAllocation() |
WinnerDeterminator<T> |
copyOf() |
protected edu.harvard.econcs.jopt.solver.IMIP |
getMIP() |
WinnerDeterminator<T> |
getWdWithoutBidder(Bidder<T> bidder) |
public XORQWinnerDetermination(Set<GenericBid<G,T>> bids)
protected edu.harvard.econcs.jopt.solver.IMIP getMIP()
public WinnerDeterminator<T> getWdWithoutBidder(Bidder<T> bidder)
getWdWithoutBidder in interface WinnerDeterminator<T extends Good>public Allocation<T> calculateAllocation()
calculateAllocation in interface WinnerDeterminator<T extends Good>public WinnerDeterminator<T> copyOf()
copyOf in interface WinnerDeterminator<T extends Good>public void adjustPayoffs(Map<Bidder<T>,Double> payoffs)
adjustPayoffs in interface WinnerDeterminator<T extends Good>Copyright © 2018. All rights reserved.