Path Expression Algorithms
include/Utils/Algorithms/ contains algorithmic helpers that do not fit into
the general-purpose container layer.
Current focus: PathExpressions/
PathExpressionComputercomputes path summaries over labeled graphs.Regexstores the resulting path-expression representation.LabeledGraphis the graph interface used by the algorithm.RegexToTgfandRegexToCompactTgfexport debugging views.
This code is useful when analyses need compact descriptions of all paths between two nodes rather than explicit path enumeration.
See also Utility Libraries.