Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

FloatInterval
A closed floating-point interval [lo, hi] with outward-rounded arithmetic.
IntervalScheduler
Weighted interval scheduling solver using dynamic programming.
KrawczykSolver
A simple Krawczyk-method interval root solver.
RangeMinSegTree
A segment tree for range-minimum queries over a fixed array.
ScheduledJob
A job for interval scheduling, defined by a start time, finish time, and weight.
ValidatedInterval
A validated interval: a FloatInterval together with a proof obligation tag.