concepts.pdsketch.crow.regression_utils.map_csp_placeholder_regression_rule_applier#
- map_csp_placeholder_regression_rule_applier(rule, csp, placeholder_csp, cur_csp_variable_mapping, cur_reg_variable_mapping=None)[source]#
Map the CSP variables in the regression rule applier to the CSP variables in the placeholder CSP.
- Parameters:
rule (RegressionRuleApplier) –
csp (ConstraintSatisfactionProblem) –
placeholder_csp (ConstraintSatisfactionProblem) –
cur_csp_variable_mapping (Dict[int, TensorValue]) –
- Return type: