powers-pf 0.1.0

Power flow algorithms
Documentation
1
2
3
pub trait ProgressMonitor {
    fn update(&self, i: usize, norm_f: f64);
}