static java.math.BigDecimal |
MRVMWorld.c(MRVMRegionsMap.Region r,
java.util.Set<MRVMLicense> bundle) |
Defines the c-function, i.e., c(r,x) = sum_{b\in B} cap(b,r,x) [as explained in the paper]
|
abstract java.math.BigDecimal |
MRVMBidder.gammaFactor(MRVMRegionsMap.Region r,
java.util.Set<MRVMLicense> bundle) |
Calculates the gamma factor, as explained in the model writeup.
|
java.math.BigDecimal |
MRVMLocalBidder.gammaFactor(MRVMRegionsMap.Region r,
java.util.Set<MRVMLicense> bundle) |
Calculates the gamma factor, as explained in the model writeup.
|
java.math.BigDecimal |
MRVMNationalBidder.gammaFactor(MRVMRegionsMap.Region r,
java.util.Set<MRVMLicense> bundle) |
Calculates the gamma factor, as explained in the model writeup.
|
java.math.BigDecimal |
MRVMRegionalBidder.gammaFactor(MRVMRegionsMap.Region r,
java.util.Set<MRVMLicense> bundle) |
Calculates the gamma factor, as explained in the model writeup.
|
abstract java.util.Map<MRVMRegionsMap.Region,java.math.BigDecimal> |
MRVMBidder.gammaFactors(java.util.Set<MRVMLicense> bundle) |
Calculates the gamma factors for all regions.
|
java.util.Map<MRVMRegionsMap.Region,java.math.BigDecimal> |
MRVMLocalBidder.gammaFactors(java.util.Set<MRVMLicense> bundle) |
Calculates the gamma factors for all regions.
|
java.util.Map<MRVMRegionsMap.Region,java.math.BigDecimal> |
MRVMNationalBidder.gammaFactors(java.util.Set<MRVMLicense> bundle) |
Calculates the gamma factors for all regions.
|
java.util.Map<MRVMRegionsMap.Region,java.math.BigDecimal> |
MRVMRegionalBidder.gammaFactors(java.util.Set<MRVMLicense> bundle) |
Calculates the gamma factors for all regions.
|
static java.util.Map<MRVMBand,java.util.Set<MRVMLicense>> |
MRVMWorld.getLicensesPerBand(java.util.Set<MRVMLicense> bundle) |
Sorts the licenses of a bundle into subbundles by their band.
|
static java.util.Map<MRVMBand,java.util.Set<MRVMLicense>> |
MRVMWorld.getLicensesPerBand(java.util.Set<MRVMLicense> bundle,
MRVMWorld world) |
Sorts the licenses of a bundle into subbundles by their band.
|
static java.util.Map<MRVMRegionsMap.Region,java.util.Set<MRVMLicense>> |
MRVMWorld.getLicensesPerRegion(java.util.Set<MRVMLicense> bundle) |
Sorts the licenses of a bundle into subbundles by their region.
|
static java.util.Map<MRVMBand,java.lang.Integer> |
MRVMWorld.quantitiesPerBand(java.util.Set<MRVMLicense> bundle) |
Counts the number of licenses for each band.
|
static java.util.Map<MRVMBand,java.lang.Integer> |
MRVMWorld.quantitiesPerBand(java.util.Set<MRVMLicense> bundle,
MRVMWorld MRVMWorld) |
Counts the number of licenses for each band.
|