public abstract class GenericPowersetDecreasing<T extends GenericDefinition> extends GenericPowerset<T>
| Modifier | Constructor and Description |
|---|---|
protected |
GenericPowersetDecreasing(List<T> genericDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
isFeasibleSize(Map<T,Integer> maxQuantities,
int maxBundleSize) |
Iterator<GenericValue<T>> |
iterator() |
getGenericBidderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBidderprotected GenericPowersetDecreasing(List<T> genericDefinitions) throws UnsupportedBiddingLanguageException
protected void isFeasibleSize(Map<T,Integer> maxQuantities, int maxBundleSize) throws UnsupportedBiddingLanguageException
isFeasibleSize in class GenericPowerset<T extends GenericDefinition>UnsupportedBiddingLanguageExceptionpublic Iterator<GenericValue<T>> iterator()
Copyright © 2017. All rights reserved.