Add alternative to GetOrderedDependencies that finds all possible expressions #45
Labels
data-flow
Issue related to the data flow analysis modules of Echo.
enhancement
New feature or request
Summary:
Currently,
GetOrderedDependencies
only returns the first expression that it can find to evaluate a certain data dependency. If a symbolic value has multiple data sources, only one of these sources is included. The proposal is to add an alternative that finds all of them.Complications:
This might become a very inefficient algorithm.
The text was updated successfully, but these errors were encountered: