Skip to main content

is_greater

Function is_greater 

Source
fn is_greater<K: PartialOrd>(
    m_dist: &mut Option<Vec<Vec<K>>>,
    i: usize,
    j: usize,
    value: K,
) -> bool
Expand description

Helper to check if the distance map is greater then a specific value