Uses of Class
org.spectrumauctions.sats.core.model.srvm.SRVMBidder
-
Packages that use SRVMBidder Package Description org.spectrumauctions.sats.core.model.srvm org.spectrumauctions.sats.opt.model.srvm -
-
Uses of SRVMBidder in org.spectrumauctions.sats.core.model.srvm
Methods in org.spectrumauctions.sats.core.model.srvm that return SRVMBidder Modifier and Type Method Description SRVMBidderSRVMBidder. drawSimilarBidder(RNGSupplier rngSupplier)Methods in org.spectrumauctions.sats.core.model.srvm that return types with arguments of type SRVMBidder Modifier and Type Method Description java.util.List<SRVMBidder>SingleRegionModel. createPopulation(SRVMWorld world, RNGSupplier populationRNG)com.google.common.collect.ImmutableList<SRVMBidder>SRVMWorld. createPopulation(java.util.Collection<SRVMBidderSetup> bidderSetups, RNGSupplier rngSupplier)java.util.List<SRVMBidder>SRVMWorld. restorePopulation(long populationId)Methods in org.spectrumauctions.sats.core.model.srvm with parameters of type SRVMBidder Modifier and Type Method Description static GenericSizeOrderedSizeOrderedGenericFactory. getSizeOrderedGenericLang(boolean increasing, SRVMBidder bidder)static GenericPowersetSizeOrderedGenericPowersetFactory. getSizeOrderedGenericLang(boolean increasing, SRVMBidder bidder) -
Uses of SRVMBidder in org.spectrumauctions.sats.opt.model.srvm
Methods in org.spectrumauctions.sats.opt.model.srvm that return types with arguments of type SRVMBidder Modifier and Type Method Description java.util.Map<SRVMBidder,SRVMBidderPartialMIP>SRVM_MIP. getBidderPartialMips()Methods in org.spectrumauctions.sats.opt.model.srvm with parameters of type SRVMBidder Modifier and Type Method Description edu.harvard.econcs.jopt.solver.mip.VariableSRVMWorldPartialMip. getVmVariable(SRVMBidder bidder, SRVMBand band)edu.harvard.econcs.jopt.solver.mip.VariableSRVMWorldPartialMip. getVoVariable(SRVMBidder bidder, SRVMBand band)edu.harvard.econcs.jopt.solver.mip.VariableSRVMWorldPartialMip. getXVariable(SRVMBidder bidder, SRVMBand band)Method parameters in org.spectrumauctions.sats.opt.model.srvm with type arguments of type SRVMBidder Modifier and Type Method Description static java.math.BigDecimalSRVM_MIP. biggestUnscaledPossibleValue(java.util.Collection<SRVMBidder> bidders)Returns the biggest possible value any of the passed bidders can havestatic doubleSRVM_MIP. calculateScalingFactor(java.util.Collection<SRVMBidder> bidders)Constructors in org.spectrumauctions.sats.opt.model.srvm with parameters of type SRVMBidder Constructor Description SRVMBidderPartialMIP(SRVMBidder bidder, SRVMWorldPartialMip worldMip)Constructor parameters in org.spectrumauctions.sats.opt.model.srvm with type arguments of type SRVMBidder Constructor Description SRVM_MIP(java.util.Collection<SRVMBidder> bidders)
-