pub fn propagate_probabilities(
expr: &TLExpr,
prob_map: &HashMap<String, ProbabilityInterval>,
) -> ProbabilityIntervalExpand description
Propagate probability intervals through a logical expression.
Given probability assignments to atomic predicates, computes probability bounds for the compound expression.