https://github.com/plusk01/maxclique
python bindings for parallel maximum clique library
https://github.com/plusk01/maxclique
Last synced: 11 months ago
JSON representation
python bindings for parallel maximum clique library
- Host: GitHub
- URL: https://github.com/plusk01/maxclique
- Owner: plusk01
- Created: 2021-12-21T05:02:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T05:02:47.000Z (over 4 years ago)
- Last Synced: 2025-06-25T21:38:27.811Z (12 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Maximum Clique Solver
=====================
Uses the [Parallel Maximum Clique (PMC)](https://github.com/ryanrossi/pmc) solver. Produces Python bindings.