clique-problem Questions

3

Solved

I am surprised that networkx does not seem to have a built in function to do this, but maybe I am missing some clever way to do this using the built-in algorithms?
Docilla asked 9/11, 2019 at 2:21

3

Solved

for a college project I'm trying to implement the Bron–Kerbosch algorithm, that is, listing all maximal cliques in a given graph. I'm trying to implement the first algorithm (without pivoting) , b...
Aitch asked 16/12, 2012 at 19:14

2

Solved

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 ...
Shiprigged asked 18/6, 2013 at 11:47

1

Solved

I'm looking for a reordering technique to group connected components of an adjacency matrix together. For example, I've made an illustration with two groups, blue and green. Initially the '1's en...
Waftage asked 29/5, 2015 at 16:1

3

Solved

After struggling with this problem for a while, I am hoping to get some advice here. I am wondering if anyone is aware of an automated method for determining pairwise grouping labels based on signi...
Phonologist asked 15/5, 2014 at 14:48

2

"Prove that it is NP-Complete to determine given input G and k whether G has both a clique of size k and an independent set of size k. Note that this is 1 problem, not 2; the answer is yes if and o...
Truax asked 12/11, 2010 at 1:54

4

Solved

One of the assignments in my algorithms class is to design an exhaustive search algorithm to solve the clique problem. That is, given a graph of size n, the algorithm is supposed to determine if th...
Bridging asked 4/2, 2009 at 1:57
1

© 2022 - 2024 — McMap. All rights reserved.