pub fn check_update_fn_support(
    bn: &BooleanNetwork,
    var_name: &str,
    num_regulators: usize,
) -> bool
Expand description

Check that BN has given variable, and that it has given number of regulators.