• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Nov-2021-

READMEH A D11-Nov-20212 KiB6243

cliquer.cH A D11-Nov-202144.8 KiB1,769927

cliquer.hH A D11-Nov-20212.2 KiB6837

cliquer_graph.cH A D11-Nov-202116 KiB766514

cliquerconf.hH A D11-Nov-20211.9 KiB6914

graph.hH A D11-Nov-20212 KiB7648

misc.hH A D11-Nov-2021995 6032

reorder.cH A D11-Nov-20218.8 KiB425259

reorder.hH A D11-Nov-2021980 2720

set.hH A D11-Nov-20219.2 KiB387199

README

1
2Cliquer - routines for clique searching
3---------------------------------------
4
5
6Cliquer is a set of C routines for finding cliques in an arbitrary
7weighted graph. It uses an exact branch-and-bound algorithm recently
8developed by Patric Ostergard. It is designed with the aim of being
9efficient while still being flexible and easy to use.
10
11Cliquer was developed on Linux, and it should compile without
12modification on most modern UNIX systems. Other operating systems may
13require minor changes to the source code.
14
15Features:
16
17  * support for both weighted and unweighted graphs (faster routines
18    for unweighted graphs)
19  * search for maximum clique / maximum-weight clique
20  * search for clique with size / weight within a given range
21  * restrict search to maximal cliques
22  * store found cliques in memory
23  * call a user-defined function for every clique found
24  * Cliquer is re-entrant, so you can use the clique-searching
25    functions from within the callback function
26
27The full documentation can be obtained via the www page of
28Cliquer <http://www.tkk.fi/~pat/cliquer.html>.
29
30
31License
32
33Cliquer is Copyright (C) 2002 Sampo Niskanen, Patric Ostergard.
34
35Cliquer is licensed under the GNU General Public License as published
36by the Free Software Foundation; either version 2 of the License, or
37(at your option) any later version. The full license is included in
38the file LICENSE.
39
40Basically, you can use Cliquer for any purpose, provided that any
41programs or modifications you make and distribute are also licensed
42under the GNU GPL.
43
44ABSOLUTELY NO GUARANTEES OR WARRANTIES are made concerning the
45suitability, correctness, or any other aspect of these routines.
46
47
48Contact
49
50Cliquer was mainly written by Sampo Niskanen <sampo.niskanen@iki.fi>.
51
52For bug-fixes, feedback, and, in particular, for putting your
53name on the mailing list for important information regarding Cliquer,
54please contact:
55
56Patric Ostergard
57Department of Communications and Networking
58Aalto University
59P.O. Box 13000, 00076 Aalto
60FINLAND
61<patric.ostergard@tkk.fi>
62