Skip to content

Commit 5d5ad10

Browse files
shah314shah314
authored andcommitted
Paper.md
Paper.md
1 parent 1b39409 commit 5d5ad10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

paper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ bibliography: paper.bib
2424
# Abstract
2525
A clique in a graph is a set of vertices that are all connected to each other. A maximum clique is a clique of maximum size. A graph may have more than one maximum cliques. The problem of finding a maximum clique is a strongly hard NP-hard problem. It is not possible to find an approximation algorithm which finds a maximum clique that is a constant factor of the optimum solution. In this work, we present a genetic algorithm for the maximum clique problem that is able to find optimum or close to optimum solutions to most DIMACS graphs. The genetic algorithm uses new crossover mechanisms which are able to find reasonably good cliques which can then be used in other applications downstream. We also provide C++ code for our algorithm. Results show that our algorithm is able to find maximum cliques for most DIMACS instances, and if not, close to optimum solutions for the other instances.
2626

27-
Keywords:maximum clique, randomized algorithm, genetic algorithm, approximation algorithm, k-opt moves, local search, open source, C++, intersection crossover
27+
Keywords: maximum clique, randomized algorithm, genetic algorithm, approximation algorithm, k-opt moves, local search, open source, C++, intersection crossover
2828

2929
# Introduction
3030

31+
The method uses the following steps:
32+
33+
3134
# Results
3235

3336
|DataSet|Vertices|Edges|Best Known|This Algorithm|Duration (Seconds)
@@ -45,9 +48,6 @@ Keywords:maximum clique, randomized algorithm, genetic algorithm, approximation
4548
|san200_0.7_1|200|13930|30|30|0
4649
|san1000|1000|250500|15|10|1
4750

48-
The method uses the following steps:
49-
50-
5151
The problem instances are available here:
5252
<http://iridia.ulb.ac.be/~fmascia/maximum_clique/DIMACS-benchmark>.
5353

0 commit comments

Comments
 (0)