Uses of Class
org.spectrumauctions.sats.core.model.srvm.SRVMBand
-
Packages that use SRVMBand Package Description org.spectrumauctions.sats.core.model.srvm org.spectrumauctions.sats.opt.model.srvm -
-
Uses of SRVMBand in org.spectrumauctions.sats.core.model.srvm
Methods in org.spectrumauctions.sats.core.model.srvm that return SRVMBand Modifier and Type Method Description SRVMBandSRVMLicense. getBand()Methods in org.spectrumauctions.sats.core.model.srvm that return types with arguments of type SRVMBand Modifier and Type Method Description java.util.HashMap<SRVMBand,java.math.BigDecimal>SRVMBidderSetup. drawBaseValues(SRVMWorld world, java.math.BigDecimal bidderStrength, RNGSupplier rngSupplier)Determines the Base Values for the band.
The base values are computed by multiplying the meanBaseValue the bidderStrenght and a random influence parameter.java.util.HashMap<SRVMBand,java.math.BigDecimal>SRVMBidderSetup. drawIntraBandSynergyFactors(SRVMWorld world, RNGSupplier rngSupplier)java.util.HashMap<SRVMBand,java.lang.Integer>SRVMBidderSetup. drawSynergyThresholds(SRVMWorld world, RNGSupplier rngSupplier)Determines the synergy thresholds for a band.java.util.List<SRVMBand>SRVMWorld. getAllGenericDefinitions()com.google.common.collect.ImmutableList<SRVMBand>SRVMWorld. getBands() -
Uses of SRVMBand in org.spectrumauctions.sats.opt.model.srvm
Methods in org.spectrumauctions.sats.opt.model.srvm with parameters of type SRVMBand 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)
-