Crate trellis_runner

Crate trellis_runner 

Source

Modules§

prelude

Structs§

Duration
A Duration type to represent a span of time, typically used for system timeouts.
ErrorEstimate
A simple wrapper for error estimates that can be converted to UpdateData
Output
The output of a calculation
Problem
State
The state of the [trellis] solver
TrellisError
An error wrapper for trellis calculations

Enums§

Cause
Causes for termination of a solver
ErrorCause
Frequency
Status
The status of the solver
Target
UpdateData

Traits§

Calculation
Trait implemented by all problems solveable by Trellis
GenerateBuilder
TrellisFloat
UserState
The user-defined state must implement this trait to be used as part of the trellis calculation loop

Type Aliases§

CalculationResult
Type alias for the result of running a calculation