weaver icon indicating copy to clipboard operation
weaver copied to clipboard

add a node program which can find out all possible paths

Open Determinant opened this issue 9 years ago • 0 comments

The existingdiscover_paths implementation will ignore some paths in the result. This implementation, though has higher time complexity (exponential) , can find out all the paths, and uses some typical functionalities of the framework (e.g. define new data type that is local to a node). Thus, it can be a good demonstration of implementing a node program.

Determinant avatar Oct 11 '15 15:10 Determinant