Function satisfies_sketch

Source
pub fn satisfies_sketch<L: Language, A: Analysis<L>>(
    s: &Sketch<L>,
    egraph: &EGraph<L, A>,
) -> HashSet<Id, FxBuildHasher>
Expand description

Returns the set of e-classes of egraph that represent at least one program satisfying s.