-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds max clique implementation using the complement graph * refactor to cover scipy,pandas,networkx * add more tests --------- Co-authored-by: Simon Bowly <[email protected]>
- Loading branch information
1 parent
c02d528
commit 3a28b20
Showing
8 changed files
with
870 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@article{bomze1999maximum, | ||
title={The maximum clique problem}, | ||
author={Bomze, Immanuel M and Budinich, Marco and Pardalos, Panos M and Pelillo, Marcello}, | ||
journal={Handbook of Combinatorial Optimization: Supplement Volume A}, | ||
pages={1--74}, | ||
year={1999}, | ||
publisher={Springer} | ||
} | ||
|
||
@article{wu2015review, | ||
title={A review on algorithms for maximum clique problems}, | ||
author={Wu, Qinghua and Hao, Jin-Kao}, | ||
journal={European Journal of Operational Research}, | ||
volume={242}, | ||
number={3}, | ||
pages={693--709}, | ||
year={2015}, | ||
publisher={Elsevier} | ||
} |
Oops, something went wrong.