pub fn verify_update<T, P, C, D>(o: &Online<P>, span: i32) where
    P: Problem<T, C, D>,
    C: ModelOutputSuccess,
    D: ModelOutputFailure
Expand description

Utility to verify that the update of an online instance is valid.