| Class | Description |
|---|---|
| APSPSolver |
Simple Temporal Problem solver which uses the Floyd-Warshall
all-pairs shortest-path algorithm for constraint propagation.
|
| Bounds | |
| Interval |
Represents intervals of time described by a start and an end time.
|
| SimpleDistanceConstraint |
This class provides the fundamental building block for building STPs, namely the simple distance constraint type
used by the
APSPSolver STP solve. |
| TimePoint |
This class provides the building block of the
APSPSolver temporal reasoner, namely time points. |