Skip to main content

is_stable

Function is_stable 

Source
pub fn is_stable<S: Clone + Eq + Hash>(
    predicate: &HashSet<S>,
    rely: &RelyCondition<S>,
) -> bool
Expand description

Check stability: a predicate P (given as a set of states) is stable under rely R if for every transition (s → s’) in R, s ∈ P → s’ ∈ P.