Class GenericPowersetIncreasing

  • All Implemented Interfaces:
    BiddingLanguage

    public abstract class GenericPowersetIncreasing
    extends GenericPowerset
    Iterates 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.
    Author:
    Michael Weiss
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void isFeasibleSize​(java.util.Map<? extends GenericGood,​java.lang.Integer> maxQuantities, int maxBundleSize)  
      java.util.Iterator<org.marketdesignresearch.mechlib.core.bidder.valuefunction.BundleValue> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait