nenok.va.sr
Interface Optimization

All Superinterfaces:
Comparable, Semiring, Serializable

public interface Optimization
extends Semiring, Comparable

Idempotent semiring that contain a total, natural order define a total ordering a + b = max(a,b). This natural semiring order is reflected by this interface which therefore extends Comparable. Furthermore, this interface presupposes that the ordering relation is strictly monotonic.

Version:
$LastChangedRevision: 560 $
$LastChangedDate: 2008-03-26 14:37:05 +0100 (Mi, 26 Mrz 2008) $
Author:
Marc Pouly

Nested Class Summary
static class Optimization.Implementor
          Implementor class for the Comparable interface.
 
Method Summary
 
Methods inherited from interface nenok.va.sr.Semiring
add, multiply
 
Methods inherited from interface java.lang.Comparable
compareTo