concepts.dm.crow.csp_solver.csp_utils.csp_ground_state#
- csp_ground_state(executor, state, assignments)[source]#
Map the CSP variable state to the new variable state.
- Parameters:
executor (CrowExecutor)
state (CrowState)
assignments (Dict[int, Assignment])
- Return type: