Module brane_ast::traversals::workflow_optimize
source · Expand description
Implements a traversal that optimizes a workflow by combining as much edges into one as possible.
Functions§
- Optimizes the given UnresolvedWorkflow by collapsing successive linear edges into one edge.