<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dive Into A Data Deluge &#187; maximal independent set</title>
	<atom:link href="http://diveintodata.org/tag/maximal-independent-set/feed/" rel="self" type="application/rss+xml" />
	<link>http://diveintodata.org</link>
	<description>Discussion about Newly Emerging Issues on Database</description>
	<lastBuildDate>Wed, 28 Dec 2011 14:16:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='diveintodata.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dive Into A Data Deluge &#187; maximal independent set</title>
		<link>http://diveintodata.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://diveintodata.org/osd.xml" title="Dive Into A Data Deluge" />
	<atom:link rel='hub' href='http://diveintodata.org/?pushpress=hub'/>
		<item>
		<title>A Brief Summary of Independent Set in Graph Theory</title>
		<link>http://diveintodata.org/2010/04/24/a-brief-summary-of-independent-set-in-graph-theory/</link>
		<comments>http://diveintodata.org/2010/04/24/a-brief-summary-of-independent-set-in-graph-theory/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 02:27:34 +0000</pubDate>
		<dc:creator>Hyunsik Choi</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[coloring problem]]></category>
		<category><![CDATA[dominating set]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[graph coloring]]></category>
		<category><![CDATA[independent set]]></category>
		<category><![CDATA[maximal independent set]]></category>
		<category><![CDATA[maximum independent set]]></category>
		<category><![CDATA[mis]]></category>

		<guid isPermaLink="false">http://diveintodata.org/?p=707</guid>
		<description><![CDATA[Graph Basics Let G be a undirected graph. G=(V,E), where V is a set of vertices and E is a set of edges.  Every edge e in E consists of two vertices in V of G. It is said to connect, join, or link the two vertices (or end points). Independent Set ﻿﻿﻿An independent set S [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diveintodata.org&amp;blog=12237478&amp;post=707&amp;subd=diveintodata&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Graph Basics</h3>
<p>Let <em>G</em> be a undirected graph. <em>G=(V,E)</em>, where <em>V</em> is a set of vertices and <em>E</em> is a set of edges.  Every edge <em>e </em>in<em> E </em>consists of two vertices in <em>V </em>of<em> G. </em>It is said to connect, join, or link the two vertices (or end points).</p>
<h3>Independent Set</h3>
<p>﻿﻿﻿An independent set <em>S</em> is a subset of <em>V</em> in <em>G</em> such that no two vertices in <em>S</em> are adjacent. I suppose that its name is meaning that vertices in an independent set <em>S</em> is independent on a set of edges in a graph <em>G</em>. Like other vertex sets in graph theory, independent set has maximal and maximum sets as follows:</p>
<blockquote><p>The independent set <em>S</em> is <em><strong>maximal</strong><span style="font-style:normal;"> if </span>S</em> is not a proper subset of any independent set of <em>G.</em></p></blockquote>
<blockquote><p>The independent set <em>S</em> is <strong><em>maximum</em></strong> if there is no other independent set has more vertices than <em>S</em>.</p></blockquote>
<p>That is, a largest maximal independent set is called a maximum independent set. The maximum independent set problem is an NP-hard optimization problem.</p>
<p>All graphs has independent sets. For a graph <em>G</em> having a maximum independent set, the independence number <em>α</em>(<em>G</em>) is determined by the cardinality of a maximum independent set.</p>
<h3><strong>Relations to Dominating Sets</strong></h3>
<ul>
<li>A dominating set in a graph <em>G</em> is a subset <em>D</em> of <em>V</em> such that every vertex not in <em>D</em> is joined to at least one member of <em>D</em> by some edge.</li>
<li>In other words, a vertex set <em>D</em> is a dominating set in <em>G</em> if and if only every vertex in a graph <em>G</em> is contained in (or is adjacent to) a vertex in <em>D.</em></li>
<li>Every maximal independent set <em>S</em> of vertices in a simple graph <em>G</em> has the property that every vertex of the graph either is contained in <em>S</em> or is adjacent to a vertex in <em>S</em>.
<ul>
<li>That is, an independent set is a dominating set if and if only it is a maximal independent set.</li>
</ul>
</li>
</ul>
<h3>Relations to Graph Coloring</h3>
<ul>
<li>Independent set problem is related to coloring problem since vertices in an independent set can have the same color.</li>
</ul>
<h3>References</h3>
<ul>
<li>Chapter 10, <a href="http://www.amazon.com/Graph-Theory-Modeling-Applications-Algorithms/dp/0131423843" target="_blank">Graph Theory: Modeling, Applications, and Algorithms</a></li>
<li><a href="http://en.wikipedia.org/wiki/Independent_set_(graph_theory)">http://en.wikipedia.org/wiki/Independent_set_(graph_theory)</a></li>
<li><a href="http://en.wikipedia.org/wiki/Dominating_set">http://en.wikipedia.org/wiki/Dominating_set</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/diveintodata.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/diveintodata.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/diveintodata.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/diveintodata.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/diveintodata.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/diveintodata.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/diveintodata.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/diveintodata.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/diveintodata.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/diveintodata.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/diveintodata.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/diveintodata.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/diveintodata.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/diveintodata.wordpress.com/707/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=diveintodata.org&amp;blog=12237478&amp;post=707&amp;subd=diveintodata&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://diveintodata.org/2010/04/24/a-brief-summary-of-independent-set-in-graph-theory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4213567e11cad51fc02bc2038e9ace27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hyunsik Choi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
