Uses of Class
org.spectrumauctions.sats.core.model.mrvm.MRVMBand
-
Packages that use MRVMBand Package Description org.spectrumauctions.sats.core.model.mrvm org.spectrumauctions.sats.opt.model.mrvm -
-
Uses of MRVMBand in org.spectrumauctions.sats.core.model.mrvm
Methods in org.spectrumauctions.sats.core.model.mrvm that return MRVMBand Modifier and Type Method Description MRVMBandMRVMGenericDefinition. getBand()MRVMBandMRVMLicense. getBand()Methods in org.spectrumauctions.sats.core.model.mrvm that return types with arguments of type MRVMBand Modifier and Type Method Description static java.util.HashSet<MRVMBand>MRVMBand. createBands(MRVMWorld world, MRVMWorldSetup worldSetup, MRVMRegionsMap regionsMap, UniformDistributionRNG rng)java.util.Set<MRVMBand>MRVMWorld. getBands()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<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.Methods in org.spectrumauctions.sats.core.model.mrvm with parameters of type MRVMBand Modifier and Type Method Description static java.math.BigDecimalMRVMWorld. capOfBand(MRVMBand band, int numberOfLicenses)Returns the capacity for having numberOfLicenses manyMRVMLicenseinMRVMBandbandstatic java.util.List<MRVMLicense>MRVMLicense. createLicenses(MRVMBand band, int startId, MRVMRegionsMap regionsMap)voidMRVMLicense. refreshFieldBackReferences(MRVMBand band)Method is called after deserialization, there is not need to call it on any other occasion.
SeeWorld.refreshFieldBackReferences()for explanations.Constructors in org.spectrumauctions.sats.core.model.mrvm with parameters of type MRVMBand Constructor Description MRVMGenericDefinition(MRVMBand band, MRVMRegionsMap.Region region) -
Uses of MRVMBand in org.spectrumauctions.sats.opt.model.mrvm
Methods in org.spectrumauctions.sats.opt.model.mrvm with parameters of type MRVMBand Modifier and Type Method Description edu.harvard.econcs.jopt.solver.mip.VariableMRVMWorldPartialMip. getXVariable(MRVMBidder bidder, MRVMRegionsMap.Region region, MRVMBand band)
-