.. _clique_to_independentSet:
.. raw:: html
.. |--| unicode:: U+2013 .. en dash
.. |---| unicode:: U+2014 .. em dash, trimming surrounding whitespace
:trim:
.. odsalink:: AV/Development/NP/cliqueToISCON.css
.. This file is part of the OpenDSA eTextbook project. See
.. http://algoviz.org/OpenDSA for more details.
.. Copyright (c) 2012-2013 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.
.. avmetadata::
:author: Nabanita Maji
:topic: NP-completeness
Reduction of Clique to Independent Set
======================================
Clique to Independent Set
-------------------------
The following slideshow shows that an instance of Clique
problem can be reduced to an instance of Independent Set problem
in polynomial time.
.. inlineav:: cliqueToISCON ss
:points: 0.0
:required: False
:threshold: 1.0
:long_name: Clique to IS Reduction
:output: show
This reduction can help in providing an NP Completeness proof for
the Independent Set problem.
.. odsascript:: AV/Development/NP/cliqueToISCON.js