.. _spkg_cliquer:

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=@).

https://users.aalto.fi/~pat/cliquer.html

Patches
-------

-  minor config updates (v1.22)
-  autotoolized - see https://github.com/dimpase/autocliquer (v1.21)

Type
----

standard


Dependencies
------------


Version Information
-------------------

package-version.txt::

    1.22


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install  cliquer


Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  cliquer libcliquer-dev


Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  cliquer cliquer-devel


freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install math/cliquer


gentoo:

.. CODE-BLOCK:: bash

    $ sudo emerge sci-mathematics/cliquer


nix:

.. CODE-BLOCK:: bash

    $ nix-env --install cliquer


opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install cliquer cliquer-devel


void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  cliquer-devel


See https://repology.org/project/cliquer/versions


If the system package is installed, ./configure will check whether it can be used.

