Skip to content

lichengzhang2/Handle-Subgraph-in-Mathematica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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, #] &]

About

Handle Subgraph in Mathematica

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published