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
the get_expected_cost function for the lookahead should accept only RRNodeIDs instead of plain int, this to have consistent usage of RRNode identifiers.
Current Behaviour
the get_expected_cost function uses int parameters to refer to the RR nodes
Possible Solution
Steps to Reproduce
Context
Your Environment
VTR revision used:
Operating System and version:
Compiler version:
The text was updated successfully, but these errors were encountered:
This issue has been inactive for a year and has been marked as stale. It will be closed in 15 days if it continues to be stale. If you believe this is still an issue, please add a comment.
Expected Behaviour
the get_expected_cost function for the lookahead should accept only RRNodeIDs instead of plain int, this to have consistent usage of RRNode identifiers.
Current Behaviour
the get_expected_cost function uses int parameters to refer to the RR nodes
Possible Solution
Steps to Reproduce
Context
Your Environment
The text was updated successfully, but these errors were encountered: