Skip to content

Commit 208c9f6

Browse files
committed
Note GPL version
1 parent 153e1d5 commit 208c9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graph/MaximumClique.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Author: chilli, SJTU, Janez Konc
33
* Date: 2019-05-10
4-
* License: GPL
4+
* License: GPL3+
55
* Source: https://en.wikipedia.org/wiki/MaxCliqueDyn_maximum_clique_algorithm, https://gitlab.com/janezkonc/mcqd/blob/master/mcqd.h
66
* Description: Finds a maximum clique of a graph (given as symmetric bitset
77
* matrix; self-edges not allowed). Can be used to find a maximum independent

0 commit comments

Comments
 (0)