concepts.dm.crow.planners.regression_utils#

Functions

canonize_bounded_variables(scopes, scope_id)

Canonize the bounded variables in the scope.

format_regression_statement(stmt, scopes)

Format a regression statement into a human-readable string.

replace_variable_with_value(expr, scope)

Replace the variables in the expression with the values in the scope.

split_simple_sequential(program, scope_id)

Split a program into a complex part and a simple part.