Uses of Class
org.spectrumauctions.sats.core.model.UnsupportedBiddingLanguageException
-
-
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.clt
Methods in org.spectrumauctions.sats.clt that throw UnsupportedBiddingLanguageException Modifier and Type Method Description protected PathResultModelOptionParser. allModelsResultTreating(joptsimple.OptionSet options, ModelCreator.Builder builder)PathResultBVMModelOptionParser. treatResult(java.lang.String[] args)PathResultCATSModelOptionParser. treatResult(java.lang.String[] args)PathResultGSVMModelOptionParser. treatResult(java.lang.String[] args)PathResultLSVMModelOptionParser. treatResult(java.lang.String[] args)PathResultMBVMModelOptionParser. treatResult(java.lang.String[] args)abstract PathResultModelOptionParser. treatResult(java.lang.String[] args)PathResultMRVMModelOptionParser. treatResult(java.lang.String[] args)PathResultSRVMModelOptionParser. treatResult(java.lang.String[] args) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.api
Methods in org.spectrumauctions.sats.core.api that throw UnsupportedBiddingLanguageException Modifier and Type Method Description protected PathResultModelCreator. appendTopLevelParamsAndSolve(DefaultModel<?,?> model, java.io.File outputFolder)PathResultBVMModelCreator. generateResult(java.io.File outputFolder)PathResultCATSRegionsModelCreator. generateResult(java.io.File outputFolder)PathResultGSVMModelCreator. generateResult(java.io.File outputFolder)PathResultLSVMModelCreator. generateResult(java.io.File outputFolder)PathResultMBVMModelCreator. generateResult(java.io.File outputFolder)abstract PathResultModelCreator. generateResult(java.io.File outputFolder)PathResultMRVMModelCreator. generateResult(java.io.File outputFolder)PathResultSRVMModelCreator. generateResult(java.io.File outputFolder) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators
Constructors in org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators that throw UnsupportedBiddingLanguageException Constructor Description GenericSizeDecreasing(java.util.Collection<? extends GenericGood> allPossibleGenericDefintions)GenericSizeIncreasing(java.util.Collection<? extends GenericGood> allPossibleGenericDefintions) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset
Methods in org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset that throw UnsupportedBiddingLanguageException Modifier and Type Method Description protected abstract voidGenericPowerset. isFeasibleSize(java.util.Map<? extends GenericGood,java.lang.Integer> maxQuantities, int maxBundleSize)protected voidGenericPowersetDecreasing. isFeasibleSize(java.util.Map<? extends GenericGood,java.lang.Integer> maxQuantities, int maxBundleSize)protected voidGenericPowersetIncreasing. isFeasibleSize(java.util.Map<? extends GenericGood,java.lang.Integer> maxQuantities, int maxBundleSize)Constructors in org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset that throw UnsupportedBiddingLanguageException Constructor Description GenericPowerset(java.util.List<? extends GenericGood> genericGoods)GenericPowersetDecreasing(java.util.List<? extends GenericGood> genericDefinitions)GenericPowersetIncreasing(java.util.List<? extends GenericGood> genericDefinitions) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.model
Subclasses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.model Modifier and Type Class Description classIncompatibleBiddingLanguageExceptionMethods in org.spectrumauctions.sats.core.model that throw UnsupportedBiddingLanguageException Modifier and Type Method Description <T extends BiddingLanguage>
TSATSBidder. getValueFunction(java.lang.Class<T> type)Use this method to get a desired value function representation (bidding language) for this bidder.<T extends BiddingLanguage>
TSATSBidder. getValueFunction(java.lang.Class<T> type, long seed)Use this method to get a desired value function representation (bidding language) for this bidder.abstract <T extends BiddingLanguage>
TSATSBidder. getValueFunction(java.lang.Class<T> type, RNGSupplier rngSupplier) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.model.bvm
Methods in org.spectrumauctions.sats.core.model.bvm that throw UnsupportedBiddingLanguageException Modifier and Type Method Description static GenericSizeOrderedSizeOrderedGenericFactory. getSizeOrderedGenericLang(boolean increasing, BMBidder bidder)static GenericPowersetSizeOrderedGenericPowersetFactory. getSizeOrderedGenericLang(boolean increasing, BMBidder bidder)<T extends BiddingLanguage>
TBMBidder. getValueFunction(java.lang.Class<T> clazz, RNGSupplier rngSupplier)static XORQRandomOrderSimpleRandomOrderXORQFactory. getXORQRandomOrderSimpleLang(BMBidder bidder)static XORQRandomOrderSimpleRandomOrderXORQFactory. getXORQRandomOrderSimpleLang(BMBidder bidder, RNGSupplier rngSupplier) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.model.cats
Methods in org.spectrumauctions.sats.core.model.cats that throw UnsupportedBiddingLanguageException Modifier and Type Method Description <T extends BiddingLanguage>
TCATSBidder. getValueFunction(java.lang.Class<T> clazz, RNGSupplier rngSupplier) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.model.gsvm
Methods in org.spectrumauctions.sats.core.model.gsvm that throw UnsupportedBiddingLanguageException Modifier and Type Method Description <T extends BiddingLanguage>
TGSVMBidder. getValueFunction(java.lang.Class<T> clazz, RNGSupplier rngSupplier) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.model.lsvm
Methods in org.spectrumauctions.sats.core.model.lsvm that throw UnsupportedBiddingLanguageException Modifier and Type Method Description <T extends BiddingLanguage>
TLSVMBidder. getValueFunction(java.lang.Class<T> clazz, RNGSupplier rngSupplier) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.model.mrvm
Methods in org.spectrumauctions.sats.core.model.mrvm that throw UnsupportedBiddingLanguageException Modifier and Type Method Description static GenericSizeOrderedSizeOrderedGenericFactory. getSizeOrderedGenericLang(boolean increasing, MRVMBidder bidder)static GenericPowersetSizeOrderedGenericPowersetFactory. getSizeOrderedGenericLang(boolean increasing, MRVMBidder bidder)<T extends BiddingLanguage>
TMRVMBidder. getValueFunction(java.lang.Class<T> clazz, RNGSupplier rngSupplier)<T extends BiddingLanguage>
TMRVMLocalBidder. getValueFunction(java.lang.Class<T> type, RNGSupplier rngSupplier)<T extends BiddingLanguage>
TMRVMNationalBidder. getValueFunction(java.lang.Class<T> type, RNGSupplier rngSupplier)<T extends BiddingLanguage>
TMRVMRegionalBidder. getValueFunction(java.lang.Class<T> type, RNGSupplier rngSupplier)static XORQRandomOrderSimpleRandomOrderXORQFactory. getXORQRandomOrderSimpleLang(MRVMBidder bidder)static XORQRandomOrderSimpleRandomOrderXORQFactory. getXORQRandomOrderSimpleLang(MRVMBidder bidder, RNGSupplier rngSupplier) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.core.model.srvm
Methods in org.spectrumauctions.sats.core.model.srvm that throw UnsupportedBiddingLanguageException Modifier and Type Method Description static GenericSizeOrderedSizeOrderedGenericFactory. getSizeOrderedGenericLang(boolean increasing, SRVMBidder bidder)static GenericPowersetSizeOrderedGenericPowersetFactory. getSizeOrderedGenericLang(boolean increasing, SRVMBidder bidder)<T extends BiddingLanguage>
TSRVMBidder. getValueFunction(java.lang.Class<T> clazz, RNGSupplier rngSupplier) -
Uses of UnsupportedBiddingLanguageException in org.spectrumauctions.sats.mechanism.domains
Methods in org.spectrumauctions.sats.mechanism.domains that throw UnsupportedBiddingLanguageException Modifier and Type Method Description BiddingLanguageGSVMDomain. createPriceSamplingBiddingLanguage(RNGSupplier rngSupplier, SATSBidder bidder, int numberOfSamples)BiddingLanguageLSVMDomain. createPriceSamplingBiddingLanguage(RNGSupplier rngSupplier, SATSBidder bidder, int numberOfSamples)abstract BiddingLanguageModelDomain. createPriceSamplingBiddingLanguage(RNGSupplier rngSupplier, SATSBidder bidder, int numberOfSamples)BiddingLanguageMRVMDomain. createPriceSamplingBiddingLanguage(RNGSupplier rngSupplier, SATSBidder bidder, int numberOfSamples)
-