concepts.dm.pdsketch.regression_utils.create_find_expression_csp_variable#
- create_find_expression_csp_variable(variable, csp, bounded_variables)[source]#
Create a TensorValue that corresponds to a variable inside a FindExpression.
- Parameters:
variable (Variable) – the variable in the FindExpression.
csp (ConstraintSatisfactionProblem) – the current CSP.
bounded_variables (Dict[Variable, Any]) – the already bounded variables.