public class LSVMStandardMIP extends ModelMIP implements WinnerDeterminator<LSVMLicense>
| Modifier and Type | Class and Description |
|---|---|
class |
LSVMStandardMIP.Edge |
| Constructor and Description |
|---|
LSVMStandardMIP(List<LSVMBidder> population) |
LSVMStandardMIP(LSVMWorld world,
List<LSVMBidder> population) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustPayoffs(Map<Bidder<LSVMLicense>,Double> payoffs) |
ItemAllocation<LSVMLicense> |
calculateAllocation() |
WinnerDeterminator<LSVMLicense> |
copyOf() |
WinnerDeterminator<LSVMLicense> |
getWdWithoutBidder(Bidder bidder) |
Map<Integer,edu.harvard.econcs.jopt.solver.mip.Variable> |
getXVariables(LSVMBidder bidder,
LSVMLicense license) |
getMip, setAcceptSuboptimal, setDisplayOutput, setTimeLimitpublic LSVMStandardMIP(List<LSVMBidder> population)
public LSVMStandardMIP(LSVMWorld world, List<LSVMBidder> population)
public WinnerDeterminator<LSVMLicense> getWdWithoutBidder(Bidder bidder)
getWdWithoutBidder in interface WinnerDeterminator<LSVMLicense>public ItemAllocation<LSVMLicense> calculateAllocation()
calculateAllocation in interface WinnerDeterminator<LSVMLicense>public Map<Integer,edu.harvard.econcs.jopt.solver.mip.Variable> getXVariables(LSVMBidder bidder, LSVMLicense license)
public WinnerDeterminator<LSVMLicense> copyOf()
copyOf in interface WinnerDeterminator<LSVMLicense>public void adjustPayoffs(Map<Bidder<LSVMLicense>,Double> payoffs)
adjustPayoffs in interface WinnerDeterminator<LSVMLicense>Copyright © 2019. All rights reserved.