On Fri, Jun 2, 2017 at 1:51 PM, Bin Cheng wrote:
> Hi,
> This patch extends graph data structure in two ways:
> 1) Passes private data to callback function of for_each_edge.
> 2) Adds new callback function to graph traversing functions like
> graphds_scc and graphds_dfs.
> The callback
Hi,
This patch extends graph data structure in two ways:
1) Passes private data to callback function of for_each_edge.
2) Adds new callback function to graph traversing functions like graphds_scc
and graphds_dfs.
The callback function acts as a supplement constraint for edges on top of