We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153e1d5 commit 208c9f6Copy full SHA for 208c9f6
content/graph/MaximumClique.h
@@ -1,7 +1,7 @@
1
/**
2
* Author: chilli, SJTU, Janez Konc
3
* Date: 2019-05-10
4
- * License: GPL
+ * License: GPL3+
5
* Source: https://en.wikipedia.org/wiki/MaxCliqueDyn_maximum_clique_algorithm, https://gitlab.com/janezkonc/mcqd/blob/master/mcqd.h
6
* Description: Finds a maximum clique of a graph (given as symmetric bitset
7
* matrix; self-edges not allowed). Can be used to find a maximum independent
0 commit comments