pub fn get_update_fn_variants_from_solver(
    solver: &FinishedInferenceSolver,
    var_name: &str,
) -> Result<Vec<String>, String>
Expand description

For a given variable, get all valid interpretations of its update function present in the satisfying colors (taken from the results of the solver). Variable must be present in the network.