max-weight k-clique in a complete k-partite graph
问题 My Problem Whether there's an efficient algorithm to find a max-weight (or min-weight) k -clique in a complete k -partite graph (a graph in which vertices are adjacent if and only if they belong to different partite sets according to wikipedia)? More Details about the Terms Max-weight Clique: Every edge in the graph has a weight. The weight of a clique is the sum of the weights of all edges in the clique. The goal is to find a clique with the maximum weight. Note that the size of the clique