= Cliquer = == Description == Cliquer is a set of C routines for finding cliques in an arbitrary weighted graph. It uses an exact branch-and-bound algorithm recently developed by Patr Ostergard. == License == GNU General Public License v2 == SPKG Maintainers == Nathann Cohen (nathann.cohen@gmail.com) == Upstream Contact == Cliquer was mainly written by Sampo Niskanen, sampo.niskanenQiki.fi (Q=@). http://users.tkk.fi/pat/cliquer.html == Dependencies == * None == Patches == * Makefile.patch: Patch the Makefile for Sage. Remove hardcoded compiler and linker flags, allow flags to be set from spkg-install. More importantly, we're building cliquer as a dynamic shared library, instead of a stand-alone program.