You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
In the file optimizer_task.cpp, the function "void OptimizeExpressionCostWithEnforcedProperty::Execute()".
In the 341 line, "cur_group->SetExpressionCost(memo_enforced_expr, cur_total_cost_, output_prop->Copy())",
why the third arguement is "output_prop->Copy()" instead of extended_prop_set, I think the memo_enforced_expr can
satisfied the extended_prop_set.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Summary
In the file optimizer_task.cpp, the function "void OptimizeExpressionCostWithEnforcedProperty::Execute()".
In the 341 line, "cur_group->SetExpressionCost(memo_enforced_expr, cur_total_cost_, output_prop->Copy())",
why the third arguement is "output_prop->Copy()" instead of extended_prop_set, I think the memo_enforced_expr can
satisfied the extended_prop_set.
The text was updated successfully, but these errors were encountered: