PairSemiring

public class PairSemiring<T, R> implements Semiring<R>

TODO: this class seems not to be used

Author

loreti

Constructors

Link copied to clipboard
public void PairSemiring(Semiring<T> firstSemiring, Semiring<R> secondSemiring)

Functions

Link copied to clipboard
public Pair<T, R> conjunction(Pair<T, R> x, Pair<T, R> y)
Associative, commutative, idempotent operator that chooses a value.
Link copied to clipboard
public Pair<T, R> disjunction(Pair<T, R> x, Pair<T, R> y)
Associative, commutative operator that combines values.
Link copied to clipboard
public Pair<T, R> max()
Link copied to clipboard
public Pair<T, R> min()