The Maximum Clique problem in graphs asks for a clique of maximum size, a clique being a subset of nodes such that each node is connected to all other nodes of the subset.

[Example Graph]

As an example, the image above shows a graph of 10 nodes, with a (red) clique of size 4.

You can submit a description of your graph to the Reactive Local Search solver via your World Wide Web browser.
The problem file must be in plain DIMACS format or in binary format; here you can find a converter from ascii Dimacs format to binary format.
If the edge density of the graph is bigger than ~1.2%, the binary storage is more space efficient. So it is preferable to convert an ascii Dimacs file to the binary format before uploading to our server.

The algorithm has been developed by
R. Battiti and M. Protasi.



Define your problem:
© 2005-2009 Roberto Battiti and Mauro Brunato, All Rights Reserved.
Pages hosted by "machine Learning and Intelligent Optimization (LION)" Group - DISI - Università di Trento - Italy.
Last updated: 2012-02-09 06:32:07