Skip to main content

relax_cpu

Function relax_cpu 

Source
pub fn relax_cpu(g: &GraphCsr, p: &LayoutParams, iters: usize) -> LayoutState
Expand description

Run the CPU fallback to convergence: seed, then iters step_cpus. Returns the settled state (positions = DATA). Deterministic in (g, p, iters).