mcqd: An exact algorithm for finding a maximum clique in an undirected graph¶
Description¶
MaxCliqueDyn is a fast exact algorithm for finding a maximum clique in an undirected graph.
License¶
GPL 3
Upstream Contact¶
MCQD is currently being maintained by Janez Konc. https://gitlab.com/janezkonc/mcqd
Type¶
optional
Dependencies¶
Version Information¶
package-version.txt:
1.0.p0
Equivalent System Packages¶
$ sudo pacman -S mcqd
$ sudo dnf install mcqd mcqd-devel
$ brew install dimpase/tap/mcqd
$ sudo zypper install mcqd
See https://repology.org/project/mcqd/versions
If the system package is installed, ./configure will check if it can be used.