Class BooleanSemiring

java.lang.Object
org.tweetyproject.math.algebra.Semiring<Boolean>
org.tweetyproject.math.algebra.BooleanSemiring

public class BooleanSemiring extends Semiring<Boolean>
This class represents a Boolean semiring. In this semiring, the addition operation corresponds to logical OR, the multiplication operation corresponds to logical AND, the additive identity is false, and the multiplicative identity is true.
Author:
Sandra Hoffmann