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 was 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.