How to Install and Uninstall cliquer Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "cliquer" package

This tutorial shows how to install cliquer on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cliquer

2. Uninstall "cliquer" package

Please follow the guidance below to uninstall cliquer on openSuSE Tumbleweed:

$ sudo zypper remove cliquer

3. Information about the cliquer package on openSuSE Tumbleweed

Information for package cliquer:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cliquer
Version : 1.22-2.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 88.7 KiB
Installed : No
Status : not installed
Source package : cliquer-1.22-2.8.src
Upstream URL : https://users.aalto.fi/~pat/cliquer.html
Summary : C routines for finding cliques in graphs
Description :
Cliquer is a set of C routines for finding cliques in an arbitrary
weighted graph. It uses an exact branch-and-bound algorithm.
Features:
* support for both weighted and unweighted graphs (faster routines
for unweighted graphs)
* search for maximum clique / maximum-weight clique
* search for clique with size / weight within a given range
* restrict search to maximal cliques
* store found cliques in memory
* call a user-defined function for every clique found
* Cliquer is re-entrant, so you can use the clique-searching
functions from within the callback function