Uses of Class
org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset.GenericPowerset
-
-
Uses of GenericPowerset in org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset
Subclasses of GenericPowerset in org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset Modifier and Type Class Description classGenericPowersetDecreasingclassGenericPowersetIncreasingIterates over the Powerset of Generic Values.
Attention, this is not suitable for very big models, as this implementation will get very very slow for large bundle sizes. -
Uses of GenericPowerset in org.spectrumauctions.sats.core.model.bvm
Methods in org.spectrumauctions.sats.core.model.bvm that return GenericPowerset Modifier and Type Method Description static GenericPowersetSizeOrderedGenericPowersetFactory. getSizeOrderedGenericLang(boolean increasing, BMBidder bidder) -
Uses of GenericPowerset in org.spectrumauctions.sats.core.model.mrvm
Methods in org.spectrumauctions.sats.core.model.mrvm that return GenericPowerset Modifier and Type Method Description static GenericPowersetSizeOrderedGenericPowersetFactory. getSizeOrderedGenericLang(boolean increasing, MRVMBidder bidder) -
Uses of GenericPowerset in org.spectrumauctions.sats.core.model.srvm
Methods in org.spectrumauctions.sats.core.model.srvm that return GenericPowerset Modifier and Type Method Description static GenericPowersetSizeOrderedGenericPowersetFactory. getSizeOrderedGenericLang(boolean increasing, SRVMBidder bidder)
-