Class BottleneckSemiring

java.lang.Object
org.tweetyproject.math.algebra.Semiring<Double>
org.tweetyproject.math.algebra.BottleneckSemiring

public class BottleneckSemiring extends Semiring<Double>
This class represents a Bottleneck Semiring. In this semiring, the multiplication operation corresponds to finding the maximum of two weights, the addition operation corresponds to finding the minimum, 0.0 represents the additive identity, and Double.Positive_Infitity represents the multiplicative identity.
Author:
Sandra Hoffmann