I currently have a program that solves subgraph isomorphism. It will return 1 if there is an isomorphic subgraph and 0 if there is not.
I'm trying to use this implementation to solve the clique problem (whether or not a graph G contains a clique on k vertices). I've been stuck on this for a while so any help is appreciated.