concepts.dm.pdsketch.regression_utils.ground_operator_application_expression#
- ground_operator_application_expression(expression, variable_mapping, csp=None, rule_applier=None)[source]#
Ground the given operator application expression with the given variable mapping.
- Parameters:
expression (OperatorApplicationExpression) – the expression to ground.
variable_mapping (Dict[Variable, str]) – the variable mapping, which is a mapping from the Variable object to the constant name.
csp (ConstraintSatisfactionProblem | None) – the constraint satisfaction problem to add the constraints to.
rule_applier (RegressionRuleApplier | None) – the rule applier to use.
- Returns:
the grounded expression.
- Return type: