pub fn get_update_fn_variants(
colors: &GraphColors,
bn: &BooleanNetwork,
var_name: &str,
) -> Result<Vec<String>, String>
Expand description
For a given variable, get all valid interpretations of its update function present in colors
set .
Variable must be present in the network.