Skip to content

Conversation

zhengli0060
Copy link

This pull request fixes the logic for detecting uncovered potentially directed paths in FCI (rule 9).
Previously, certain cases (e.g., test_case_orient_rules) were not correctly identified, which could result in incorrect edge orientations.

Changes:

  • Added a new helper function traversePotentiallyDirected.
  • Added a new function existsUncoveredPdPath to determine whether an uncovered potentially directed path exists.
  • Updated the rule9 logic in fci.py to leverage these new functions for more accurate path checking.

Signed-off-by: Zheng Li <zhengli0060@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant