Skip to main content

exists_finally

Function exists_finally 

Source
pub fn exists_finally(
    graph: &[NQuin],
    start: u64,
    prop: u64,
    next: u64,
    holds: u64,
) -> bool
Expand description

EF φ — from start, SOME path eventually reaches a state satisfying prop. Zero-heap BFS over next edges.