<?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/"
	>

<channel>
	<title>Glencora Borradaile &#187; Other</title>
	<atom:link href="http://www.glencora.org/category/publications/other-publications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glencora.org</link>
	<description>Assistant Professor, School of Electrical Engineering and Computer Science, Oregon State University</description>
	<lastBuildDate>Mon, 30 Aug 2010 17:07:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Approximation algorithms for constrained knapsack problems</title>
		<link>http://www.glencora.org/publications/approximation-algorithms-for-constrained-knapsack-problems/</link>
		<comments>http://www.glencora.org/publications/approximation-algorithms-for-constrained-knapsack-problems/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 03:36:12 +0000</pubDate>
		<dc:creator>Glencora</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://www.glencora.org/?p=192</guid>
		<description><![CDATA[Glencora Borradaile, Brent Heeringa, Gordon Wilfong
arXiv, October, 2009.]]></description>
			<content:encoded><![CDATA[<p><em>Glencora Borradaile, Brent Heeringa, Gordon Wilfong</em></p>
<p>We study constrained versions of the knapsack problem in which dependencies between items are given by a graph. In one version, an item can be selected only if one of its neighbours is also selected. In the other version, an item can be selected only when all its neighbours are also selected. These problems generalize and unify several problems including the prize collecting and budgeted maximum coverage problems. We give approximation algorithms and hardness results when the nodes have both uniform and arbitrary weight and profit functions, and when the dependency graph is directed and undirected.</p>
<p>[ <a href="http://arxiv.org/abs/0910.0777">arXiv</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glencora.org/publications/approximation-algorithms-for-constrained-knapsack-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planarity testing</title>
		<link>http://www.glencora.org/publications/planarity-testing/</link>
		<comments>http://www.glencora.org/publications/planarity-testing/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 23:31:27 +0000</pubDate>
		<dc:creator>Glencora</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://www.glencora.org/?p=70</guid>
		<description><![CDATA[Glencora Borradaile
Encyclopedia of Algorithms, invited entry, 2008.]]></description>
			<content:encoded><![CDATA[<p><em>Glencora Borradaile</em></p>
<p><em>Encyclopedia of Algorithms, invited entry, 2008.</em></p>
<p>[ <a href="http://dx.doi.org/10.1007/978-0-387-30162-4_295">doi</a> ] [ <a href="http://www.glencora.org/wordpress/wp-content/uploads/2010/01/planarity_testing.pdf">pdf</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glencora.org/publications/planarity-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploiting Planarity for Network Flow and Connectivity Problems</title>
		<link>http://www.glencora.org/publications/exploiting-planarity-for-network-flow-and-connectivity-problems/</link>
		<comments>http://www.glencora.org/publications/exploiting-planarity-for-network-flow-and-connectivity-problems/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 23:25:31 +0000</pubDate>
		<dc:creator>Glencora</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://www.glencora.org/?p=65</guid>
		<description><![CDATA[Glencora Borradaile
Doctoral Dissertation,  Brown University, 2007.]]></description>
			<content:encoded><![CDATA[<p><em>Glencora Borradaile</em></p>
<p>By restricting the input to a problem, it often becomes possible to design more accurate or more eﬃcient algorithms to solve that problem. In this thesis we restrict our attention to planar graphs and achieve both these goals. Planar graphs exhibit many structural and combinatorial properties that enable the design of good algorithms. These properties include: corresponding to every planar graph there is a dual planar graph; the dual of the complement of the edges of a spanning tree form a spanning tree of the dual graph; a set of edges is a cycle if and only if the dual edges form a cut; cycles can be said to enclose edges, faces and vertices in the planar embedding; paths can be compared as to their relative embedding.</p>
<p>We capitalize on these properties to design (a) faster algorithms for polynomial-time-solvable network ﬂow problems and (b) algorithms with better approximation guarantees for NP-hard connectivity problems. We give a conceptually simple O(n log n)-time algorithm for ﬁnding the maximum st-ﬂow in a directed planar graph, proving a theorem that was incorrectly claimed over a decade ago. We also show how to compute the minimum cut between all pairs of vertices on a common face of a planar graph in linear time. We give the ﬁrst polynomial-time approximation schemes for the Steiner-tree and 2-edge-connected subgraph problems. Both schemes are NP-hard in planar graphs and admit no PTAS in general graphs. Our schemes run in O(n log n) time.</p>
<p><em>Doctoral Dissertation,  Brown University, 2007.</em></p>
<p>[ <a href="http://www.glencora.org/wordpress/wp-content/uploads/2009/09/thesis.pdf">pdf</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glencora.org/publications/exploiting-planarity-for-network-flow-and-connectivity-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
