Request
Class representing a Request to be full-filled by the Solver
Constructors
Properties
How much time elapsed since startTime, computed against the current time instant.
The time instant by which this entity's execution should be over, computed as startTime (saturating to TimeInstant.MAX_VALUE on overflow).
The execution max duration after which the computation should end, because no more useful
How much time is left before endTime, computed against the current time instant.
The time instant when the request was submitted for resolution
Functions
Template method expected to throw if term does not have the expected type, and return normally otherwise.
Utility function to ensure that all arguments of Solve.Request are instantiated and not (still) Variables
Creates a new halt Response to this Request, with cause exception
Creates a new failed Response to this Request
Creates a new successful Response to this Request, with substitution
Creates a new Response to this Request