pub fn is_superior(sup: &[(u64, u64)], a: u64, b: u64) -> bool
Superiority lookup: is a superior to b in the supplied relation sup (pairs (higher, lower))?
a
b
sup
(higher, lower)