[][src]Function vrp_core::algorithms::nsga2::dominance_order

pub fn dominance_order<S>(
    a: &S,
    b: &S,
    objectives: &[Box<dyn Objective<Solution = S> + Send + Sync>]
) -> Ordering

Calculates dominance order of two solutions using multiple objectives.