Class Scalor
- java.lang.Object
-
- org.spectrumauctions.sats.opt.model.mrvm.Scalor
-
public class Scalor extends java.lang.ObjectCreated by Michael Weiss on 06.05.2017.
-
-
Field Summary
Fields Modifier and Type Field Description static java.math.BigDecimalhighestValidVal
-
Constructor Summary
Constructors Constructor Description Scalor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.math.BigDecimalbiggestUnscaledPossibleValue(java.util.Collection<MRVMBidder> bidders)Returns the biggest possible value any of the passed bidders can havestatic doublescalingFactor(java.util.Collection<MRVMBidder> bidders)
-
-
-
Method Detail
-
scalingFactor
public static double scalingFactor(java.util.Collection<MRVMBidder> bidders)
-
biggestUnscaledPossibleValue
public static java.math.BigDecimal biggestUnscaledPossibleValue(java.util.Collection<MRVMBidder> bidders)
Returns the biggest possible value any of the passed bidders can have- Returns:
-
-