.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :title: The Clique Problem
   :author: Nabanita Maji
   :institution: Virginia Tech
   :topic: NP-completeness
   :keyword: NP-Complete; Clique Problem
   :naturallanguage: en
   :programminglanguage: N/A
   :description: Presents the Clique problem. Includes a practice exercise where the user must determine the largest clique in a given graph.

The Clique Problem
==================

The Clique Problem
------------------

.. inlineav:: cliqueCON ss
   :long_name: Clique
   :links: AV/NP/cliqueCON.css
   :scripts: AV/NP/cliqueCON.js
   :output: show
   :keyword: NP-completeness; Clique Problem

Try out an instance of the Clique problem on your own.

.. avembed:: Exercises/NP/cliquePRO.html ka
   :long_name: Practice Exercise for Clique
   :keyword: NP-completeness; Clique Problem


