qat.opt.results.KCliqueResult

The KCliqueGenerator can return a parsed result that includes a parsed version of the best Sample, that could be displayed. The nodes that forms the clique can be accessed through the clique function.

class qat.opt.results.KCliqueResult(graph, *args, **kwargs)

Result of a KClique problem. This class adds an attribute clique used to extract the clique found

property clique

Extract the nodes in the graph that forms the clique