strongly_connected

Function strongly_connected 

Source
pub open spec fn strongly_connected<T>(r: FnSpec<(T, T), bool>) -> bool
Expand description
{ forall |x: T, y: T| #[trigger] r(x, y) || #[trigger] r(y, x) }