Skip to main content

RRSet

Type Alias RRSet 

Source
pub type RRSet = Vec<usize>;
Expand description

A Reverse Reachable (RR) set: the set of nodes that could activate a randomly chosen target node v in a sampled IC-model graph.

Each entry is a node id in the RR set.

Aliased Typeยง

pub struct RRSet { /* private fields */ }