Distinguish between overlap edge types

By providing different edge types for record overlap and asset overlap.
This commit is contained in:
Oliver Hamlet
2023-01-06 22:20:35 +00:00
parent 92c71cd352
commit 43ee1549d2
4 changed files with 41 additions and 17 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ enum struct EdgeType : unsigned int {
userLoadAfter,
masterlistGroup,
userGroup,
overlap,
recordOverlap,
assetOverlap,
tieBreak,
};
}