@graphty/algorithms / index / findAllIsomorphisms
Function: findAllIsomorphisms() ​
findAllIsomorphisms(
graph1,graph2,options):Map<NodeId,NodeId>[]
Defined in: algorithms/matching/isomorphism.ts:374
Find all isomorphisms between two graphs
Parameters ​
graph1 ​
The first graph to compare
graph2 ​
The second graph to compare
options ​
IsomorphismOptions = {}
Optional configuration for node and edge matching predicates
Returns ​
An array of all possible node mappings between the graphs