Function biodivine_sketchbook::inference::update_fn_details::num_update_fn_variants_per_var
source ยท 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.