Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shah314 authored Jul 20, 2019
1 parent f957bd0 commit 80fbedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This algorithm performs the following steps:
4) If the complete clique formed in step 3 is better than gBest, gBest = (3).
5) Continue from step 2 till some termination criteria (Number of Iterations)

Instances are available <a href="http://www.nlsde.buaa.edu.cn/~kexu/benchmarks/graph-benchmarks.htm">here</a> and <a href="http://iridia.ulb.ac.be/~fmascia/maximum_clique/DIMACS-benchmark">here (DIMACS)</a>.
Instances are available <a href="http://www.nlsde.buaa.edu.cn/~kexu/benchmarks/graph-benchmarks.htm">here</a> and <a href="http://iridia.ulb.ac.be/~fmascia/maximum_clique/DIMACS-benchmark">here (DIMACS)</a>. Please remove all comments and other extraneous text from the graph text instance file.

Usage:
- Change Constants.FILE to the file on your disk that represents the graph
Expand Down

0 comments on commit 80fbedb

Please sign in to comment.