pub fn num_update_fn_variants_per_var(
    colors: &GraphColors,
    bn: &BooleanNetwork,
) -> HashMap<String, usize>
Expand description

For each variable, compute number of valid interpretations of its update function present in colors set.