concepts.dm.pdsketch.regression_utils.map_csp_variable_state# map_csp_variable_state(state, csp, assignments)[source]# Map the CSP variable state to the new variable state. Parameters: state (State) csp (ConstraintSatisfactionProblem) assignments (Dict[int, Assignment]) Return type: State