-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MergedEdge class for merging node functionality (#4603)
Here is the alternative implementation for [this PR](#4600). - commit 1: introduce the new class `MergedEdge` - commit 2: add `to_rule` function to `MergedEdge` for CSE - commit 3: add corresponding functions like `Edge` for `MergedEdge` - commit 4: modify `Edge.to_rule` related functions for CSE - commit 5: modify KCFGShow for MergedEdge - commit 6: modify KCFGViewer for MergedEdge
- Loading branch information
Showing
5 changed files
with
174 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.