Function eclass_satisfies_sketch

Source
pub fn eclass_satisfies_sketch<L: Language, A: Analysis<L>>(
    s: &Sketch<L>,
    egraph: &EGraph<L, A>,
    id: Id,
) -> bool
Expand description

Is the id e-class of egraph representing at least one program satisfying s?