How to Install and Uninstall cliquer Package on openSUSE Leap

Last updated: May 21,2024

1. Install "cliquer" package

In this section, we are going to explain the necessary steps to install cliquer on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cliquer

2. Uninstall "cliquer" package

Please follow the step by step instructions below to uninstall cliquer on openSUSE Leap:

$ sudo zypper remove cliquer

3. Information about the cliquer package on openSUSE Leap

Information for package cliquer:
--------------------------------
Repository : Main Repository
Name : cliquer
Version : 1.22-bp155.1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 84.8 KiB
Installed : No
Status : not installed
Source package : cliquer-1.22-bp155.1.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