Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 228 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 228 Bytes

Comments:

isEdgeInK4SubgraphQ.txt : Test whether an edge of a graph is part of a subgraph that is isomorphic to $K_4$

Then

edgesInK4SubgraphQ[graph_] := 
  AllTrue[EdgeList[graph], isEdgeInK4SubgraphQ[graph, #] &]