Class BoundedSum

java.lang.Object
org.tweetyproject.math.func.fuzzy.TCoNorm
org.tweetyproject.math.func.fuzzy.BoundedSum
All Implemented Interfaces:
BinaryFunction<Double,Double,Double>

public class BoundedSum extends TCoNorm
Represents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)
Author:
Matthias Thimm