@graphty/algorithms / index / IsomorphismOptions
Interface: IsomorphismOptions ​
Defined in: algorithms/matching/isomorphism.ts:22
Properties ​
edgeMatch()? ​
optionaledgeMatch: (edge1,edge2,g1,g2) =>boolean
Defined in: algorithms/matching/isomorphism.ts:24
Parameters ​
edge1 ​
edge2 ​
g1 ​
g2 ​
Returns ​
boolean
findAllMappings? ​
optionalfindAllMappings:boolean
Defined in: algorithms/matching/isomorphism.ts:25
nodeMatch()? ​
optionalnodeMatch: (node1,node2,g1,g2) =>boolean
Defined in: algorithms/matching/isomorphism.ts:23
Parameters ​
node1 ​
node2 ​
g1 ​
g2 ​
Returns ​
boolean