maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
216 stars 43 forks source link

Create function AcyclicGraphTake and tests for it #600

Closed SantiagoGiner closed 3 years ago

SantiagoGiner commented 3 years ago

Changes

Introduced function AcyclicGraphTake, which accepts a directed, acyclic graph as well as a list of two vertices in that graph, returning the intersection of the out-component of the first vertex in the list with the in-component of the second vertex in the list.

Comments

2021-01-20

This change is Reviewable