pub fn search<SBF, RHS>(
supply: &SBF,
divergence_limit: Duration,
workload_bound: RHS,
) -> SearchResultExpand description
Iterative search for a fixed point up to a given
divergence_limit, assuming a given processor supply and a
generic workload bound.