<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Singular_trace</id>
	<title>Singular trace - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Singular_trace"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Singular_trace&amp;action=history"/>
	<updated>2026-04-18T11:57:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Singular_trace&amp;diff=29975&amp;oldid=prev</id>
		<title>129.94.177.188: /* Ideals with traces */</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Singular_trace&amp;diff=29975&amp;oldid=prev"/>
		<updated>2013-10-03T05:26:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Ideals with traces&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:Upward planar drawing.svg|thumb|240px|An upward planar drawing]]&lt;br /&gt;
[[File:Not upward planar.svg|thumb|This planar DAG has no upward drawing, because its source and sink cannot both be in the same face]]&lt;br /&gt;
In [[graph drawing]], an &amp;#039;&amp;#039;&amp;#039;upward planar drawing&amp;#039;&amp;#039;&amp;#039; of a [[directed acyclic graph]] is an [[Graph embedding|embedding]] of the graph into the [[Euclidean plane]], in which the edges are represented as [[planar graph|non-crossing]] [[Monotonic function|monotonic upwards]] curves. That is, the curve representing each edge should have the property that every horizontal line intersects it in at most one point, and no two edges may intersect except at a shared endpoint.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}; {{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}.&amp;lt;/ref&amp;gt; In this sense, it is the ideal case for [[layered graph drawing]], a style of graph drawing in which edges are monotonic curves that may cross, but in which crossings are to be minimized.&lt;br /&gt;
&lt;br /&gt;
==Characterizations==&lt;br /&gt;
A directed acyclic graph must be [[planar graph|planar]] in order to have an upward planar drawing, but not every planar acyclic graph has such a drawing. Among the planar directed acyclic graphs with a single source (vertex with no incoming edges) and sink (vertex with no outgoing edges), the graphs with upward planar drawings are the [[st-planar graph|&amp;#039;&amp;#039;st&amp;#039;&amp;#039;-planar graphs]], planar graphs in which the source and sink both belong to the same face of at least one of the planar embeddings of the graph. More generally, a graph &amp;#039;&amp;#039;G&amp;#039;&amp;#039; has an upward planar drawing if and only if it is directed and acyclic, and is a subgraph of an &amp;#039;&amp;#039;st&amp;#039;&amp;#039;-planar graph on the same vertex set.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}, pp. 111–112; {{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 6.1 &amp;quot;Inclusion in a Planar &amp;#039;&amp;#039;st&amp;#039;&amp;#039;-Graph&amp;quot;, pp. 172–179; {{harvtxt|Di Battista|Tamassia|1988}}; {{harvtxt|Kelly|1987}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In an upward embedding, the sets of incoming and outgoing edges incident to each vertex are contiguous in the [[cyclic order]]ing of the edges at the vertex. A planar embedding of a given directed acyclic graph is said to be &amp;#039;&amp;#039;bimodal&amp;#039;&amp;#039; when it has this property. Additionally, the angle between two consecutive edges with the same orientation at a given vertex may be labeled as &amp;#039;&amp;#039;small&amp;#039;&amp;#039; if it is less than π, or &amp;#039;&amp;#039;large&amp;#039;&amp;#039; if it is greater than π. Each source or sink must have exactly one large angle, and each vertex that is neither a source nor a sink must have none. Additionally, each internal face of the drawing must have two more small angles than large ones, and the external face must have two more large angles than small ones. A &amp;#039;&amp;#039;consistent assignment&amp;#039;&amp;#039; is a labeling of the angles that satisfies these properties; every upward embedding has a consistent assignment. Conversely, every directed acyclic graph that has a bimodal planar embedding with a consistent assignment has an upward planar drawing, that can be constructed from it in linear time.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}, pp. 112–115; {{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 6.2 &amp;quot;Angles in Upward Drawings&amp;quot;, pp. 180–188; {{harvtxt|Bertolazzi|Di Battista|1991}}; {{harvtxt|Bertolazzi|Di Battista|Liotta|Mannino|1994}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another characterization is possible for graphs with a single source. In this case an upward planar embedding must have the source on the outer face, and every undirected cycle of the graph must have at least one vertex at which both cycle edges are incoming (for instance, the vertex with the highest placement in the drawing). Conversely, if an embedding has both of these properties, then it is equivalent to an upward embedding.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}, p. 115; {{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 6.7.2 &amp;quot;Forbidden Cycles for Single-Source Digraphs&amp;quot;, pp. 209–210; {{harvtxt|Thomassen|1989}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Computational complexity==&lt;br /&gt;
Several special cases of upward planarity testing are known to be possible in [[polynomial time]]:&lt;br /&gt;
*Testing whether a graph is &amp;#039;&amp;#039;st&amp;#039;&amp;#039;-planar may be accomplished in [[linear time]] by adding an edge from &amp;#039;&amp;#039;s&amp;#039;&amp;#039; to &amp;#039;&amp;#039;t&amp;#039;&amp;#039; and testing whether the remaining graph is planar. Along the same lines, it is possible to construct an upward planar drawing (when it exists) of a directed acyclic graph with a single source and sink, in linear time.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}, p. 119; {{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, p. 179.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Testing whether a directed graph with a fixed planar embedding can be drawn upward planar, with an embedding consistent with the given one, can be accomplished by checking that the embedding is bipolar and modeling the consistent assignment problem as a [[Flow network|network flow]] problem. The running time is linear in the size of the input graph, and polynomial in its number of sources and sinks.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}, pp. 119–121; {{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 6.3 &amp;quot;Upward Planarity Testing of Embedded Digraphs&amp;quot;, pp. 188–192; {{harvtxt|Bertolazzi|Di Battista|1991}}; {{harvtxt|Bertolazzi|Di Battista|Liotta|Mannino|1994}}; {{harvtxt|Abbasi|Healy|Rextin|2010}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Because oriented [[polyhedral graph]]s have a unique planar embedding, the existence of an upward planar drawing for these graphs may be tested in polynomial time.&amp;lt;ref&amp;gt;{{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, pp. 191–192; {{harvtxt|Bertolazzi|Di Battista|1991}}; {{harvtxt|Bertolazzi|Di Battista|Liotta|Mannino|1994}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Testing whether an [[outerplanar graph|outerplanar]] directed acyclic graph has an upward planar drawing is also polynomial.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}, pp. 125–126; {{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 6.7.1 &amp;quot;Outerplanar Digraph&amp;quot;, p. 209; {{harvtxt|Papakostas|1995}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Every [[series-parallel graph]], oriented consistently with the series-parallel structure, is upward planar. An upward planar drawing can be constructed directly from the series-parallel decomposition of the graph.&amp;lt;ref name=&amp;quot;special&amp;quot;&amp;gt;{{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 6.7.4 &amp;quot;Some Classes of Upward Planar Digraphs&amp;quot;, p. 212.&amp;lt;/ref&amp;gt; More generally, arbitrary [[Orientation (graph theory)|orientations]] of undirected series-parallel graphs may be tested for upward planarity in polynomial time.&amp;lt;ref&amp;gt;{{harvtxt|Didimo|Giordano|Liotta|2009}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Every [[Polytree|oriented tree]] is upward planar.&amp;lt;ref name=&amp;quot;special&amp;quot;/&amp;gt;&lt;br /&gt;
*Every [[bipartite graph|bipartite]] planar graph, with its edges oriented consistently from one side of the bipartition to the other, is upward planar&amp;lt;ref name=&amp;quot;special&amp;quot;/&amp;gt;&amp;lt;ref&amp;gt;{{harvtxt|Di Battista|Liu|Rival|1990}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*A more complicated polynomial time algorithm is known for testing upward planarity of graphs that have a single source, but multiple sinks, or vice versa.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}, pp. 122–125; {{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 6.5 &amp;quot;Optimal Upward Planarity Testing of Single-Source Digraphs&amp;quot;, pp. 195–200; {{harvtxt|Hutton|Lubiw|1996}}; {{harvtxt|Bertolazzi|Di Battista|Mannino|Tamassia|1998}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Testing upward planarity can be performed in polynomial time when there are a constant number of triconnected components and cut vertices, and is [[parameterized complexity|fixed-parameter tractable]] in these two numbers.&amp;lt;ref&amp;gt;{{harvtxt|Chan|2004}}; {{harvtxt|Healy|Lynch|2006}}.&amp;lt;/ref&amp;gt; It is also fixed-parameter tractable in the [[cyclomatic number]] of the input graph.&amp;lt;ref&amp;gt;{{harvtxt|Healy|Lynch|2006}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*If the &amp;#039;&amp;#039;y&amp;#039;&amp;#039;-coordinates of all vertices are fixed, then a choice of &amp;#039;&amp;#039;x&amp;#039;&amp;#039;-coordinates that makes the drawing upward planar can be found in polynomial time.&amp;lt;ref&amp;gt;{{harvtxt|Jünger|Leipert|1999}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
However, it is [[NP-complete]] to determine whether a planar directed acyclic graph with multiple sources and sinks has an upward planar drawing.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}, pp. 126–132; {{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 6.6 &amp;quot;Upward Planarity Testing is NP-complete&amp;quot;, pp. 201–209; {{harvtxt|Garg|Tamassia|2001}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Straight-line drawing and area requirements==&lt;br /&gt;
[[Fáry&amp;#039;s theorem]] states that every planar graph has a drawing in which its edges are represented by straight line segments, and the same is true of upward planar drawing: every upward planar graph has a straight upward planar drawing.&amp;lt;ref name=&amp;quot;fary&amp;quot;&amp;gt;{{harvtxt|Di Battista|Frati|2012}}; {{harvtxt|Di Battista|Tamassia|Tollis|1992}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
A straight-line upward drawing of a [[transitive reduction|transitively reduced]] &amp;#039;&amp;#039;st&amp;#039;&amp;#039;-planar graph may be obtained by the technique of [[dominance drawing]], with all vertices having integer coordinates within an &amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;&amp;#039;&amp;#039;n&amp;#039;&amp;#039; grid.&amp;lt;ref&amp;gt;{{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 4.7 &amp;quot;Dominance Drawings&amp;quot;, pp. 112–127; {{harvtxt|Di Battista|Tamassia|Tollis|1992}}.&amp;lt;/ref&amp;gt; However, certain other upward planar graphs may require exponential area in all of their straight-line upward planar drawings.&amp;lt;ref name=&amp;quot;fary&amp;quot;/&amp;gt; If a choice of embedding is fixed, even oriented series parallel graphs and oriented trees may require exponential area.&amp;lt;ref&amp;gt;{{harvtxt|Di Battista|Frati|2012}}; {{harvtxt|Bertolazzi|Cohen|Di Battista|Tamassia|1994}}; {{harvtxt|Frati|2008}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Hasse diagrams==&lt;br /&gt;
Upward planar drawings are particularly important for [[Hasse diagram]]s of [[partially ordered set]]s, as these diagrams are typically required to be drawn upwardly. In graph-theoretic terms, these correspond to the [[transitive reduction|transitively reduced]] directed acyclic graphs; such a graph can be formed from the covering relation of a partial order, and the partial order itself forms the [[reachability]] relation in the graph. If a partially ordered set has one minimal element, has one maximal element, and has an upward planar drawing, then it must necessarily form a [[lattice (order)|lattice]], a set in which every pair of elements has a unique greatest lower bound and a unique least upper bound.&amp;lt;ref&amp;gt;{{harvtxt|Di Battista|Eades|Tamassia|Tollis|1998}}, 6.7.3 &amp;quot;Forbidden Structures for Lattices&amp;quot;, pp. 210–212; {{harvtxt|Platt|1976}}.&amp;lt;/ref&amp;gt; The Hasse diagram of a lattice is planar if and only if its [[order dimension]] is at most two.&amp;lt;ref&amp;gt;{{harvtxt|Garg|Tamassia|1995}}, pp. 118; {{harvtxt|Baker|Fishburn|Roberts|1972}}.&amp;lt;/ref&amp;gt; However, some partial orders of dimension two and with one minimal and maximal element do not have an upward planar drawing (take the order defined by the transitive closure of &amp;lt;math&amp;gt;a &amp;lt; b, a &amp;lt; c, b &amp;lt; d, b &amp;lt; e, c &amp;lt; d, c &amp;lt; e, d &amp;lt; f, e &amp;lt; f&amp;lt;/math&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
;Footnotes&lt;br /&gt;
{{reflist|30em}}&lt;br /&gt;
&lt;br /&gt;
;Surveys and textbooks&lt;br /&gt;
{{refbegin|30em}}&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Di Battista | first1 = Giuseppe&lt;br /&gt;
 | last2 = Eades | first2 = Peter | author2-link = Peter Eades&lt;br /&gt;
 | last3 = Tamassia | first3 = Roberto | author3-link = Roberto Tamassia&lt;br /&gt;
 | last4 = Tollis | first4 = Ioannis G.&lt;br /&gt;
 | contribution = Flow and Upward Planarity&lt;br /&gt;
 | isbn = 978-0-13-301615-4&lt;br /&gt;
 | pages = 171–213&lt;br /&gt;
 | publisher = [[Prentice Hall]]&lt;br /&gt;
 | title = Graph Drawing: Algorithms for the Visualization of Graphs&lt;br /&gt;
 | year = 1998}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Di Battista | first1 = Giuseppe&lt;br /&gt;
 | last2 = Frati | first2 = Fabrizio&lt;br /&gt;
 | contribution = Drawing trees, outerplanar graphs, series-parallel graphs, and planar graphs in small area&lt;br /&gt;
 | doi = 10.1007/978-1-4614-0110-0_9&lt;br /&gt;
 | isbn = 9781461401100&lt;br /&gt;
 | pages = 121–165&lt;br /&gt;
 | publisher = Springer&lt;br /&gt;
 | series = Algorithms and combinatorics&lt;br /&gt;
 | title = Thirty Essays on Geometric Graph Theory&lt;br /&gt;
 | volume = 29&lt;br /&gt;
 | year = 2012}}. Section 5, &amp;quot;Upward Drawings&amp;quot;, pp. 149–151.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Garg | first1 = Ashim&lt;br /&gt;
 | last2 = Tamassia | first2 = Roberto&lt;br /&gt;
 | doi = 10.1007/BF01108622&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | journal = [[Order (journal)|Order]]&lt;br /&gt;
 | mr = 1354797&lt;br /&gt;
 | pages = 109–133&lt;br /&gt;
 | title = Upward planarity testing&lt;br /&gt;
 | volume = 12&lt;br /&gt;
 | year = 1995}}.&lt;br /&gt;
{{refend}}&lt;br /&gt;
&lt;br /&gt;
;Research articles&lt;br /&gt;
{{refbegin|30em}}&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Abbasi | first1 = Sarmad&lt;br /&gt;
 | last2 = Healy | first2 = Patrick&lt;br /&gt;
 | last3 = Rextin | first3 = Aimal&lt;br /&gt;
 | doi = 10.1016/j.ipl.2010.02.004&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | journal = Information Processing Letters&lt;br /&gt;
 | mr = 2642837&lt;br /&gt;
 | pages = 274–278&lt;br /&gt;
 | title = Improving the running time of embedded upward planarity testing&lt;br /&gt;
 | volume = 110&lt;br /&gt;
 | year = 2010}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Baker | first1 = K. A.&lt;br /&gt;
 | last2 = Fishburn | first2 = P. C.&lt;br /&gt;
 | last3 = Roberts | first3 = F. S.&lt;br /&gt;
 | doi = 10.1002/net.3230020103&lt;br /&gt;
 | issue = 1&lt;br /&gt;
 | journal = Networks&lt;br /&gt;
 | pages = 11–28&lt;br /&gt;
 | title = Partial orders of dimension 2&lt;br /&gt;
 | volume = 2&lt;br /&gt;
 | year = 1972}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Bertolazzi | first1 = Paola&lt;br /&gt;
 | last2 = Cohen | first2 = Robert F.&lt;br /&gt;
 | last3 = Di Battista | first3 = Giuseppe&lt;br /&gt;
 | last4 = Tamassia | first4 = Roberto | author4-link = Roberto Tamassia&lt;br /&gt;
 | last5 = Tollis | first5 = Ioannis G.&lt;br /&gt;
 | doi = 10.1142/S0218195994000215&lt;br /&gt;
 | issue = 4&lt;br /&gt;
 | journal = International Journal of Computational Geometry &amp;amp; Applications&lt;br /&gt;
 | mr = 1310911&lt;br /&gt;
 | pages = 385–402&lt;br /&gt;
 | title = How to draw a series-parallel digraph&lt;br /&gt;
 | volume = 4&lt;br /&gt;
 | year = 1994}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Bertolazzi | first1 = Paola&lt;br /&gt;
 | last2 = Di Battista | first2 = Giuseppe&lt;br /&gt;
 | contribution = On upward drawing testing of triconnected digraphs&lt;br /&gt;
 | doi = 10.1145/109648.109679&lt;br /&gt;
 | isbn = 0-89791-426-0&lt;br /&gt;
 | location = New York, NY, USA&lt;br /&gt;
 | pages = 272–280&lt;br /&gt;
 | publisher = ACM&lt;br /&gt;
 | title = Proceedings of the Seventh Annual Symposium on Computational Geometry (SCG &amp;#039;91, North Conway, New Hampshire, USA)&lt;br /&gt;
 | year = 1991}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Bertolazzi | first1 = P.&lt;br /&gt;
 | last2 = Di Battista | first2 = G.&lt;br /&gt;
 | last3 = Liotta | first3 = G.&lt;br /&gt;
 | last4 = Mannino | first4 = C.&lt;br /&gt;
 | doi = 10.1007/BF01188716&lt;br /&gt;
 | issue = 6&lt;br /&gt;
 | journal = [[Algorithmica]]&lt;br /&gt;
 | mr = 1297810&lt;br /&gt;
 | pages = 476–497&lt;br /&gt;
 | title = Upward drawings of triconnected digraphs&lt;br /&gt;
 | volume = 12&lt;br /&gt;
 | year = 1994}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Bertolazzi | first1 = Paola&lt;br /&gt;
 | last2 = Di Battista | first2 = Giuseppe&lt;br /&gt;
 | last3 = Mannino | first3 = Carlo&lt;br /&gt;
 | last4 = Tamassia | first4 = Roberto | author4-link = Roberto Tamassia&lt;br /&gt;
 | doi = 10.1137/S0097539794279626&lt;br /&gt;
 | issue = 1&lt;br /&gt;
 | journal = [[SIAM Journal on Computing]]&lt;br /&gt;
 | mr = 1614821&lt;br /&gt;
 | pages = 132–169&lt;br /&gt;
 | title = Optimal upward planarity testing of single-source digraphs&lt;br /&gt;
 | volume = 27&lt;br /&gt;
 | year = 1998}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Chan | first = Hubert&lt;br /&gt;
 | contribution = A parameterized algorithm for upward planarity testing&lt;br /&gt;
 | doi = 10.1007/978-3-540-30140-0_16&lt;br /&gt;
 | pages = 157–168&lt;br /&gt;
 | publisher = Springer-Verlag&lt;br /&gt;
 | series = Lecture Notes in Computer Science&lt;br /&gt;
 | title = [[European Symposium on Algorithms|Proc. 12th European Symposium on Algorithms (ESA &amp;#039;04)]]&lt;br /&gt;
 | volume = 3221&lt;br /&gt;
 | year = 2004}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Di Battista | first1 = Giuseppe&lt;br /&gt;
 | last2 = Liu | first2 = Wei-Ping&lt;br /&gt;
 | last3 = Rival | first3 = Ivan | author3-link = Ivan Rival&lt;br /&gt;
 | doi = 10.1016/0020-0190(90)90045-Y&lt;br /&gt;
 | issue = 6&lt;br /&gt;
 | journal = [[Information Processing Letters]]&lt;br /&gt;
 | mr = 1084490&lt;br /&gt;
 | pages = 317–322&lt;br /&gt;
 | title = Bipartite graphs, upward drawings, and planarity&lt;br /&gt;
 | volume = 36&lt;br /&gt;
 | year = 1990}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Di Battista | first1 = Giuseppe&lt;br /&gt;
 | last2 = Tamassia | first2 = Roberto | author2-link = Roberto Tamassia&lt;br /&gt;
 | doi = 10.1016/0304-3975(88)90123-5&lt;br /&gt;
 | issue = 2-3&lt;br /&gt;
 | journal = [[Theoretical Computer Science (journal)|Theoretical Computer Science]]&lt;br /&gt;
 | mr = 980241&lt;br /&gt;
 | pages = 175–198&lt;br /&gt;
 | title = Algorithms for plane representations of acyclic digraphs&lt;br /&gt;
 | volume = 61&lt;br /&gt;
 | year = 1988}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Di Battista | first1 = Giuseppe&lt;br /&gt;
 | last2 = Tamassia | first2 = Roberto | author2-link = Roberto Tamassia&lt;br /&gt;
 | last3 = Tollis | first3 = Ioannis G.&lt;br /&gt;
 | doi = 10.1007/BF02187850&lt;br /&gt;
 | issue = 4&lt;br /&gt;
 | journal = [[Discrete and Computational Geometry]]&lt;br /&gt;
 | mr = 1148953&lt;br /&gt;
 | pages = 381–401&lt;br /&gt;
 | title = Area requirement and symmetry display of planar upward drawings&lt;br /&gt;
 | volume = 7&lt;br /&gt;
 | year = 1992}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Didimo | first1 = Walter&lt;br /&gt;
 | last2 = Giordano | first2 = Francesco&lt;br /&gt;
 | last3 = Liotta | first3 = Giuseppe&lt;br /&gt;
 | doi = 10.1137/070696854&lt;br /&gt;
 | issue = 4&lt;br /&gt;
 | journal = [[SIAM Journal on Discrete Mathematics]]&lt;br /&gt;
 | mr = 2594962&lt;br /&gt;
 | pages = 1842–1899&lt;br /&gt;
 | title = Upward spirality and upward planarity testing&lt;br /&gt;
 | volume = 23&lt;br /&gt;
 | year = 2009}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Frati | first = Fabrizio&lt;br /&gt;
 | doi = 10.1142/S021819590800260X&lt;br /&gt;
 | issue = 3&lt;br /&gt;
 | journal = International Journal of Computational Geometry &amp;amp; Applications&lt;br /&gt;
 | mr = 2424444&lt;br /&gt;
 | pages = 251–271&lt;br /&gt;
 | title = On minimum area planar upward drawings of directed trees and other families of directed acyclic graphs&lt;br /&gt;
 | volume = 18&lt;br /&gt;
 | year = 2008}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Garg | first1 = Ashim&lt;br /&gt;
 | last2 = Tamassia | first2 = Roberto | author2-link = Roberto Tamassia&lt;br /&gt;
 | doi = 10.1137/S0097539794277123&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | journal = [[SIAM Journal on Computing]]&lt;br /&gt;
 | mr = 1861292&lt;br /&gt;
 | pages = 601–625&lt;br /&gt;
 | title = On the computational complexity of upward and rectilinear planarity testing&lt;br /&gt;
 | volume = 31&lt;br /&gt;
 | year = 2001}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Healy | first1 = Patrick&lt;br /&gt;
 | last2 = Lynch | first2 = Karol&lt;br /&gt;
 | doi = 10.1142/S0129054106004285&lt;br /&gt;
 | issue = 5&lt;br /&gt;
 | journal = International Journal of Foundations of Computer Science&lt;br /&gt;
 | pages = 1095–1114&lt;br /&gt;
 | title = Two fixed-parameter tractable algorithms for testing upward planarity&lt;br /&gt;
 | volume = 17&lt;br /&gt;
 | year = 2006}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Hutton | first1 = Michael D.&lt;br /&gt;
 | last2 = Lubiw | first2 = Anna | author2-link = Anna Lubiw&lt;br /&gt;
 | doi = 10.1137/S0097539792235906&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | journal = [[SIAM Journal on Computing]]&lt;br /&gt;
 | mr = 1379303&lt;br /&gt;
 | pages = 291–311&lt;br /&gt;
 | title = Upward planar drawing of single-source acyclic digraphs&lt;br /&gt;
 | volume = 25&lt;br /&gt;
 | year = 1996}}. First presented at the 2nd ACM-SIAM Symposium on Discrete Algorithms, 1991.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Jünger | first1 = Michael&lt;br /&gt;
 | last2 = Leipert | first2 = Sebastian&lt;br /&gt;
 | contribution = Level planar embedding in linear time&lt;br /&gt;
 | doi = 10.1007/3-540-46648-7_7&lt;br /&gt;
 | isbn = 978-3-540-66904-3&lt;br /&gt;
 | pages = 72–81&lt;br /&gt;
 | series = Lecture Notes in Computer Science&lt;br /&gt;
 | title = [[International Symposium on Graph Drawing|Graph Drawing (Proc. GD &amp;#039;99)]]&lt;br /&gt;
 | volume = 1731&lt;br /&gt;
 | year = 1999}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Kelly | first = David&amp;lt;!-- Not the same as [[David Kelly (mathematician)]] --&amp;gt;&lt;br /&gt;
 | doi = 10.1016/0012-365X(87)90008-2&lt;br /&gt;
 | issue = 2-3&lt;br /&gt;
 | journal = [[Discrete Mathematics (journal)|Discrete Mathematics]]&lt;br /&gt;
 | mr = 885497&lt;br /&gt;
 | pages = 197–216&lt;br /&gt;
 | title = Fundamentals of planar ordered sets&lt;br /&gt;
 | volume = 63&lt;br /&gt;
 | year = 1987}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Papakostas | first = Achilleas&lt;br /&gt;
 | contribution = Upward planarity testing of outerplanar dags (extended abstract)&lt;br /&gt;
 | doi = 10.1007/3-540-58950-3_385&lt;br /&gt;
 | location = Berlin&lt;br /&gt;
 | mr = 1337518&lt;br /&gt;
 | pages = 298–306&lt;br /&gt;
 | publisher = Springer&lt;br /&gt;
 | series = Lecture Notes in Computer Science&lt;br /&gt;
 | title = Graph Drawing: DIMACS International Workshop, GD &amp;#039;94, Princeton, New Jersey, USA, October 10–12, 1994, Proceedings&lt;br /&gt;
 | volume = 894&lt;br /&gt;
 | year = 1995}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Platt | first = C. R.&lt;br /&gt;
 | doi = 10.1016/0095-8956(76)90024-1&lt;br /&gt;
 | issue = 1&lt;br /&gt;
 | journal = [[Journal of Combinatorial Theory]] | series = Ser. B&lt;br /&gt;
 | pages = 30--39&lt;br /&gt;
 | title = Planar lattices and planar graphs&lt;br /&gt;
 | volume = 21&lt;br /&gt;
 | year = 1976}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Thomassen | first = Carsten | authorlink = Carsten Thomassen&lt;br /&gt;
 | doi = 10.1007/BF00353654&lt;br /&gt;
 | issue = 4&lt;br /&gt;
 | journal = [[Order (journal)|Order]]&lt;br /&gt;
 | mr = 1010384&lt;br /&gt;
 | pages = 349–361&lt;br /&gt;
 | title = Planar acyclic oriented graphs&lt;br /&gt;
 | volume = 5&lt;br /&gt;
 | year = 1989}}.&lt;br /&gt;
{{refend}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Planar graphs]]&lt;/div&gt;</summary>
		<author><name>129.94.177.188</name></author>
	</entry>
</feed>