pub fn scc_query(
node_count: u32,
same_scc_buf: &str,
query_set: &str,
out: &str,
) -> ProgramExpand description
Build an SCC-membership Program.
Inputs:
same_scc_buf: per-node bitset where bitmis set iffmbelongs to the SAME SCC as the query target (host-built from the SCC label vector).query_set: per-node bitset of nodes being queried.out: per-node bitset; bitnset iffnis inquery_setAND in the same SCC as the target.