GithubHelp home page GithubHelp logo

sebalamm / quick-cliques Goto Github PK

View Code? Open in Web Editor NEW

This project forked from darrenstrash/quick-cliques

1.0 3.0 0.0 2.47 MB

Code to quickly compute all maximal cliques. Code was originally written to run experiments for paper "Listing All Maximal Cliques in Large Sparse Real-World Graphs", D. Eppstein and D. Strash, In Proceedings of the 10th International Conference on Experimental Algorithms (SEA 2011), LNCS vol. 6630, pp. 403-414.

License: GNU General Public License v3.0

Shell 0.25% Makefile 0.32% C++ 98.94% C 0.19% Python 0.30%

quick-cliques's Introduction

Author: Darren Strash (e-mail: first name DOT last name AT gmail DOT com)

Copyright (c) 2011 Darren Strash. This code is released under the GNU Public License (GPL) 3.0.

To read the GPL 3.0, read the file COPYING in this directory.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>

----

Quick Cliques: A package to efficiently compute all maximal cliques in sparse graphs

The purpose of this software package is to provide fast algorithms for
listing all maximal cliques.

The original intent was to provide exact reproducibility of experimental results from 
two papers:

Listing All Maximal Cliques in Large Sparse Real-World Graphs
D. Eppstein and D. Strash
Proceedings of the 10th International Conference on Experimental Algorithms (SEA 2011), 
LNCS vol. 6630, pp. 403-414.
doi:10.1007/978-3-642-20662-7_31
arXiv:1103.0318

Listing All Maximal Cliques in Large Sparse Real-World Graphs in Near-Optimal Time
D. Eppstein, M. Löffler, and D. Strash
Journal of Experimental Algorithmics 18 (3): 3.1, 2013
doi:10.1145/2543629

However, this package is now becoming more general purpose, and therefore the experimental
reults in those papers are less likely to be reproducible with the current implementation. 
For algorithm implementations details, see the above papers. For the exact code
used in those experiments, see release v1.0 of this package.

This package includes:
    o C++ code for four implementations for enumerating all maximal cliques of a graph
    o The complete doxygen-generated documentation of the code (see ./doc)
    o A small set of data used for testing (see ./data)
      [ For a larger set of data (too large for GitHub), you can download the following:
        http://www.ics.uci.edu/~dstrash/data.tar.gz ]
    o The test script used to build and run the . (./test.sh)

For instructions on how to use this program see doc/index.html

Or, just type `make' in the terminal, and then execute test.sh.

Please feel free to contact me with any questions!

Darren Strash (e-mail: first name DOT last name AT gmail DOT com)

quick-cliques's People

Contributors

darrenstrash avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.