quantomatic icon indicating copy to clipboard operation
quantomatic copied to clipboard

simproc API : extend rewrite_targeted

Open rossduncan opened this issue 7 years ago • 0 comments

improve REWRITE_TARGETTED by replacing the targeting function f : G --> V(g) with a function returning a partial dictionary of targets f : G --> (V(r) --> V(g)) which first tries to match all the keys in the dictionary (vertices in the rule) with their values (vertices in the graph), before attempting to match the rest of the rule.

rossduncan avatar Apr 24 '18 17:04 rossduncan