cliquer: Routines for clique searching¶
Description¶
Cliquer is a set of C routines for finding cliques in an arbitrary weighted graph. It uses an exact branch-and-bound algorithm developed by Patric Östergård.
License¶
GNU General Public License v2
Upstream Contact¶
Cliquer was mainly written by Sampo Niskanen, sampo.niskanenQiki.fi (Q=@).
Dependencies¶
None
Patches¶
minor config updates (v1.22)
autotoolized - see https://github.com/dimpase/autocliquer (v1.21)
Type¶
standard
Version Information¶
package-version.txt:
1.22
Equivalent System Packages¶
conda:
$ conda install cliquer
Debian/Ubuntu:
$ sudo apt-get install cliquer
Fedora/Redhat/CentOS:
$ sudo yum install cliquer
freebsd:
$ sudo pkg install cliquer
gentoo:
$ sudo emerge cliquer
nix:
$ nix-env --install cliquer
opensuse:
$ sudo zypper install cliquer
See https://repology.org/project/cliquer/versions
If the system package is installed, ./configure will check whether it can be used.