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