Uses of Class
org.spectrumauctions.sats.core.model.mrvm.MRVMBidder
-
Packages that use MRVMBidder Package Description org.spectrumauctions.sats.core.model.mrvm org.spectrumauctions.sats.mechanism.domains org.spectrumauctions.sats.opt.model.mrvm -
-
Uses of MRVMBidder in org.spectrumauctions.sats.core.model.mrvm
Subclasses of MRVMBidder in org.spectrumauctions.sats.core.model.mrvm Modifier and Type Class Description classMRVMLocalBidderclassMRVMNationalBidderclassMRVMRegionalBidderMethods in org.spectrumauctions.sats.core.model.mrvm that return types with arguments of type MRVMBidder Modifier and Type Method Description java.util.List<MRVMBidder>MRVMWorld. createPopulation(java.util.Collection<MRVMLocalBidderSetup> localSetups, java.util.Collection<MRVMRegionalBidderSetup> regionalSetups, java.util.Collection<MRVMNationalBidderSetup> nationalSetups, RNGSupplier rngSupplier)java.util.List<MRVMBidder>MRVMWorld. createPopulation(MRVMLocalBidderSetup localSetup, MRVMRegionalBidderSetup regionalSetup, MRVMNationalBidderSetup nationalSetup, RNGSupplier rngSupplier)java.util.List<MRVMBidder>MultiRegionModel. createPopulation(MRVMWorld world, RNGSupplier populationRNG)Methods in org.spectrumauctions.sats.core.model.mrvm with parameters of type MRVMBidder Modifier and Type Method Description static GenericSizeOrderedSizeOrderedGenericFactory. getSizeOrderedGenericLang(boolean increasing, MRVMBidder bidder)static GenericPowersetSizeOrderedGenericPowersetFactory. getSizeOrderedGenericLang(boolean increasing, MRVMBidder bidder)static XORQRandomOrderSimpleRandomOrderXORQFactory. getXORQRandomOrderSimpleLang(MRVMBidder bidder)static XORQRandomOrderSimpleRandomOrderXORQFactory. getXORQRandomOrderSimpleLang(MRVMBidder bidder, RNGSupplier rngSupplier)Constructors in org.spectrumauctions.sats.core.model.mrvm with parameters of type MRVMBidder Constructor Description MRVMAllocationLimit(MRVMBidder bidder)MRVMGenericAllocationLimit(MRVMBidder bidder) -
Uses of MRVMBidder in org.spectrumauctions.sats.mechanism.domains
Constructor parameters in org.spectrumauctions.sats.mechanism.domains with type arguments of type MRVMBidder Constructor Description MRVMDomain(java.util.List<MRVMBidder> bidders)MRVMDomain(java.util.List<MRVMBidder> bidders, boolean generic)MRVMDomain(java.util.List<MRVMBidder> bidders, boolean generic, boolean addAllocationLimits) -
Uses of MRVMBidder in org.spectrumauctions.sats.opt.model.mrvm
Methods in org.spectrumauctions.sats.opt.model.mrvm that return types with arguments of type MRVMBidder Modifier and Type Method Description java.util.Map<MRVMBidder,MRVMBidderPartialMIP>MRVM_MIP. getBidderPartialMips()Methods in org.spectrumauctions.sats.opt.model.mrvm with parameters of type MRVMBidder Modifier and Type Method Description edu.harvard.econcs.jopt.solver.mip.VariableMRVMWorldPartialMip. getValueVariable(MRVMBidder bidder)edu.harvard.econcs.jopt.solver.mip.VariableMRVMWorldPartialMip. getXVariable(MRVMBidder bidder, MRVMRegionsMap.Region region, MRVMBand band)java.util.Set<edu.harvard.econcs.jopt.solver.mip.Variable>MRVMWorldPartialMip. getXVariables(MRVMBidder bidder)Method parameters in org.spectrumauctions.sats.opt.model.mrvm with type arguments of type MRVMBidder Modifier and Type Method Description static java.math.BigDecimalScalor. biggestUnscaledPossibleValue(java.util.Collection<MRVMBidder> bidders)Returns the biggest possible value any of the passed bidders can havestatic doubleScalor. scalingFactor(java.util.Collection<MRVMBidder> bidders)Constructors in org.spectrumauctions.sats.opt.model.mrvm with parameters of type MRVMBidder Constructor Description MRVMBidderPartialMIP(MRVMBidder bidder, double scalingFactor, MRVMWorldPartialMip worldMip)Constructor parameters in org.spectrumauctions.sats.opt.model.mrvm with type arguments of type MRVMBidder Constructor Description MRVM_MIP(java.util.Collection<MRVMBidder> bidders)
-