Home | History | Annotate | Download | only in include

Lines Matching full:clique

360 //            CV_NOT_WEIGHTED - weight of a clique is simply its size
361 // CV_WEIGHTED_VTX - weight of a clique is the sum of weights of its vertices
390 // Purpose: tries to find clique with maximum possible weight in a graph
395 // is_complementary - optional flag showing whether function should seek for clique
399 // CV_NOT_WEIGHTED - weight of a clique
400 // CV_WEIGHTED_VTX - weight of a clique is the sum of weights of its vertices
416 // vertices that shall be present in the output clique.
418 // vertices that shall not be present in the output clique.
419 // clique_weight_ptr - optional output parameter. Weight of found clique stored here.
421 // zero forces to return first found clique.
424 // 0 is fast and dirty, 9 is slow but hopefully yields good clique.
427 // These are indices of vertices that form found clique.