• Keine Ergebnisse gefunden

The Graph Parameter Hierarchy

N/A
N/A
Protected

Academic year: 2022

Aktie "The Graph Parameter Hierarchy"

Copied!
14
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

The Graph Parameter Hierarchy

February 15, 2019

1 About

The purpose of this document is to gather graph parameters (also called graph invariants) and their relationships in a central place. It was edited by Manuel Sorge1 and Mathias Weller2 with contributions by Ren´e van Bevern, Florent Foucaud, Ondˇrej Such´y, Pascal Ochem, Martin Vatshelle, and Gerhard J. Woeg- inger. This project and the diagram shown inFigure 1is inspired by the work of Bart M. P. Jansen [20]. Some further related work (in no particular order) is the Information System on Graph Classes and their Inclusions (ISGCI)3, the Graph Parameter Project4, INGRID: a graph invariant manipulator [12] and the work by Martin Vatshelle [26].

2 Terminology

A graph parameter is a functionφ:G→RwhereGis the set of finite graphs andRis the set of real numbers. Letφ, ψgraph parameters. The parameterφ upper bounds another parameter ψ, if there is some function f such that for every graphGinGit holds thatψ(G)≤f(φ(G)); we writeφψ. Parameterφ is unbounded in ψ if ¬(ψ φ). Parameter φ strictly upper bounds ψ if φ ψ∧ ¬(ψφ). If (¬(φ ψ))∧ ¬(ψφ) then φand ψ are incomparable. If φψ∧ψφthenφandψ areequal.

1manuel.sorge@gmail.com

2mathias.weller@u-pem.fr

3http://www.graphclasses.org

4https://robert.sasak.sk/gpp/index.php

(2)

Distance to Clique Vertex Cover Max Leaf #

Minimum Clique Cover

Distance to Co-Cluster

Distance to Cluster

Distance to Disjoint Paths

4.10 Treedepth 4.28

Feedback

Edge Set Bandwidth 4.25

Maximum Independent Set

4.26

Distance to Cograph

Distance to Interval

Feedback

Vertex Set Pathwidth 4.27

Maximum Degree

4.22

Bisection Width

Minimum Dominating Set

Distance to Chordal

4.20

Distance to Bipartite

Distance to

Outerplanar Genus h-index

4.19

Max Diameter of Components

Distance to Perfect

Treewidth

Acyclic Chromatic #

4.8 4.7

4.21 Average

Distance

Degeneracy Boxicity 4.18

4.16

4.12 4.9

Cliquewidth 4.17

4.23

Chordality as4.16

Girth 4.15 4.13

Chromatic #

Average Degree

Minimum Degree

2

(3)

3 Parameter Definitions

3.1 Acyclic Chromatic Number

The acyclic chromatic number of a graphG= (V, E) is the smallest size of a vertex partitionP ={V1, . . . , V`} such that eachVi is an independent set and for allVi, Vj the graphG[Vi∪Vj] does not contain a cycle. In other words, the acyclic chromatic number is the smallest number of colors needed for a proper vertex coloring such that every two-chromatic subgraph is acyclic.

Introduced by Gr¨unbaum [18].

3.2 Covering Parameters

3.2.1 Path Number

The path number of a graphGis the minimum number of paths the edges ofG can be partitioned into [2]. Exists in “disjoint” and “overlapping” versions where the paths have to be disjoint or not, respectively.

3.2.2 Arboricity

Thearboricity of a graphGis the minimum number of forests the edges ofG can be partitioned into. It is called linear arboricity if the forests are linear (collection of paths).

3.2.3 Vertex Arboricity

The vertex arboricity (or “point arboricity”) of a graph G is the minimum number of vertex subsetsViofGsuch thatG[Vi] induces a forest for eachi. It is calledlinear vertex arboricity if the forests are linear (collection of paths). IfG is the line graph ofG0, then this equals the (linear) arboricity ofG0 [2].

3.2.4 Average Degree

Theaverage degree of a graphG= (V, E) is 2|E|/|V|.

3.3 Graph Intersection Parameters

LetG be a class of graphs and letG= (V, E) not necessarily inG. Letpbe the smallest numberpof setsEi withE=T

i≤pEi and each (V, Ei)∈ G. Then,pis calledG’sG-intersection number.

3.3.1 Interval-Intersection (Boxicity)

Theboxicity is theG-intersection number forG being the class of interval graphs.

Exceptionally, each clique has boxicity 0.

An equivalent alternative definition is the following. An axis-parallel b- dimensional box is a Cartesian product R1 ×R2 ×. . . ×Rb where Ri (for

(4)

1≤i≤b) is a closed interval of the form [ai, bi] on the real line. For a graphG, its boxicity is the minimum dimension b such that G is representable as the intersection graph of (axis-parallel) boxes inb-dimensional space.

3.3.2 Chordal-Intersection (Chordality)

The chordality is theG-intersection number for G being the class of chordal graphs.

3.4 Average Distance

Theaverage distanceof a graphG= (V, E) is 1/ n2

·P

u,v∈V d(u, v), whered(u, v) is the length of a shortest path betweenuandv in G.

3.5 Bandwidth

Thebandwidth bw of a graphGis the maximum “length” of an edge in a one dimensional layout ofG. Formally:

ml := min

i:V→N{ max

{u,v}∈E{|i(u)−i(v)|}:iis injective}

3.6 Bisection Width

The width of a bipartition of a graph is the number of edges going between the parts. The bisection width of a graph G= (V, E) is the smallest width of a bipartition ofGsuch that the difference of the parts’ numbers of vertices is at most one.

3.7 Branchwidth

Abranch decomposition of a hypergraph H= (V,F) is a tuple (T, τ), whereT is a rooted binary tree and whereτ is a bijection from the leaves of T to the hyperedges F. Theorder of an edgee inT is the number of vertices v in H such that there are leavest1, t2 in different connected components ofT \efor whichτ(t1), τ(t2) both are incident tov. Thewidth of a branch decomposition is the maximum order of edges inT. The branchwidth ofH is the minimum width of branch-decompositions ofH.

3.8 Chromatic Number

Thechromatic number χof a graphGis the smallest number isuch that the the vertices ofGcan be partitioned into iindependent sets.

(5)

3.9 Cliquewidth

Letq be a positive integer. We call (G, λ) aq-labeled graphifGis a graph and λ: V(G)→ {1,2, . . . , q} is a mapping. The number λ(v) is called label of a vertex v. We introduce the following operations on labeled graphs:

(1) For everyi in{1, . . . , q}, we let•i denote the graph with only one vertex that is labeled byi(a constant operation).

(2) For every distincti andj from{1,2, . . . , q}, we define a unary operator ηi,j such that ηi,j(G, λ) = (G0, λ), whereV(G0) = V(G), and E(G0) = E(G)∪ {vw:v, w∈V, λ(v) =i, λ(w) =j}. In other words, the operator adds all edges between label-i vertices and label-j vertices.

(3) For every distinct i and j from {1,2, . . . , q}, we let ρi→j be the unary operator such thatρi→j(G, λ) = (G, λ0), whereλ0(v) =j ifλ(v) =i, and λ0(v) =λ(v) otherwise. The operator only changes the labeling so that the vertices that originally had labeli will now have labelj.

(4) Finally,⊕is a binary operation that makes the disjoint union, while keeping the labels of the vertices unchanged. Note explicitly that the union is disjoint in the sense that (G, λ)⊕(G, λ) has twice the number of vertices ofG.

Aq-expression is a well-formed expressionϕwritten with these symbols. The q-labeled graph produced by performing these operations in order therefore has a vertex for each occurrence of the constant symbol in ϕ; and thisq-labeled graph (and anyq-labeled graph isomorphic to it) is called thevalue val(ϕ) ofϕ.

If aq-expressionϕhas value (G, λ), we say that ϕis aq-expression of G. The cliquewidth of a graphG, denoted bycwd(G), is the minimum qsuch that there

is aq-expression ofG.

Cliquewidth has been defined by Courcelle and Olariu [7]. The definition above is inspired by Hlinˇen´y et al. [19].

3.10 Clique Cover

Aclique cover of a graph G= (V, E) is a partitionP ofV such that each part inP induces a clique inG. The minimum clique cover of Gis a clique cover with a minimum number of parts. Note that the clique cover number of a graph is exactly the chromatic number of its complement.

3.11 Coloring Number

Is one larger than the degeneracy. Introduced by Erd˝os and Hajnal [13].

3.12 Degeneracy

The degeneracy of a graphGis the maximum, with respect to all subgraphsG0 ofG, of the minimum degree of G0. Equivalent definitions include the minimum

(6)

outdegree over all acyclic orientations ofG and the minimum, over all linear ordering so the vertices, of the maximum, over all verticesv, of the number of neighbors ofv that occur later in the ordering.

3.13 Density

Also known as average degree.

3.14 Distance to Π

The distance toΠ of a graphG= (V, E) is the minimum size of a setX ⊆V such thatG[V \X] ∈Π, where Π is a graph class, e. g. chordal, bipartite, or clique.

3.15 Domatic Number

Thedomatic number of a graphGis the maximum number of pairwise disjoint dominating sets ofG.

3.16 h-Index

The h-index of a graph Gis the maximum integer hsuch that Gcontains h vertices of degree at leasth.

3.17 Genus

Thegenus g of a graphGis the minimum number of handles over all surfaces on whichGcan be embedded.

3.18 Girth

Thegirth of a graphGis the minimum numbergisuch thatGhas a cycle of lengthgi.

3.19 Linkage

Also known as degeneracy. Introduced by Kirousis and Thilikos [21].

3.20 Max Leaf Number

The max leaf number ml of a graph Gis the maximum number of leaves in a spanning tree ofG.

(7)

3.21 Subgraph-Cutset-Number

Thesubgraph-cutset-number is the maximum, with respect to all subgraphsG0 ofG, of the minimum vertex cut of G0. Here, a vertex cut in a graph Gis a set of vertices such that removing them fromGyields a disconnected graph;

considering graphs that contain only a single vertex also as disconnected.

3.22 Treedepth

Let thespan of a rooted tree be the graph constructed from that tree by adding an edge{u, v}, for each pair of vertices u, v where uis an ancestor ofv. The treedepthof a graphGis the smallest height of a rooted treeT such thatGis a subgraph of the span ofT.

3.23 Rankwidth

Introduced by Oum and Seymour [24]. For a definition, see [24] or [19].

3.24 Width

Consider a linear ordering of the vertices of a graphGand call itsorder the maximum over all verticesv of the neighbors ofv precedingv in the ordering.

The width of G a graph is the minimum order of all linear orderings of the vertices ofG.

Introduced by Freuder [16].

4 Proofs

4.1 Equality

Lemma 4.1([25]). Letβbe the branchwidth andωbe the treewidth. max{β,2} ≤ ω+ 1≤max{3β/2,2}.

Lemma 4.2([22]). Let dbe the degeneracy and wthe width. We have d=w.

Lemma 4.3. Letd be the degeneracy andc the subgraph-cutset-number. We haved≥c≥ bd/4c+ 1.

Proof. Let Gbe a graph with degeneracyd. For the first inequality, consider any subgraphG0 ofG. SinceGis d-degenerate, there is a vertexv inG0 with degG0(v)≤d. Cutting v’s neighbors yields a disconnected graph.

For the second inequality, we use a result of Mader [23, Korollar 1]. Namely, every graph G with n vertices and m edges that fulfills m > (2k−3)(n− k+ 1) andn≥2k−1 contains a k-vertex-connected subgraph. Consider any subgraphG0 of a graph with degeneracydsuch thatG0 has minimum degreed.

This subgraph has n≥d vertices and at leastdn/2 edges. Let us show that choosing any positivek≤ bd/4c+ 1 fulfills both conditions onGof the above

(8)

statement. This is clear for the second condition, as n ≥ d ≥ bd/2c+ 1 ≥ 2bd/4c+ 1≥2k−1. Since G0 has minimum degreed, it contains at leastdn/2 edges, and, hence we need to showdn/2>(2k−3)(n−k+ 1). Sincen−k+ 1 is positive and less than n, it suffices to show d/2>2k−3 which is implied bybd/4c ≥k−1. Hence,G0 contains ak-vertex-connected subgraph, and any of its supergraphs has subgraph-cutset-number at leastk.

Lemma 4.4([24]). Let rbe the rankwidth andq the cliquewidth. We haver≤ q≤21+r−1.

Lemma 4.5. Let abe the arboricity and dthe degeneracy. We have a≤d≤ 2a−1.

Proof. If the graphGhas degeneracyd, then there is an acyclic orientation with outdegree at mostd. Injectively mappingdedge sets to the outgoing edges of a vertex yield a partition intodforests because, if one of the edge sets contained a cycle, then there were two oriented paths from one vertex to another, which means that we would have assigned the same edge set to two outgoing edges of a vertex; absurd. Hence the arboricity is at mostd.

In the other direction, any subgraph of a graphGwith arboricityahas also arboricity at mosta. Thus, any subgraph has average degree at most 2a(n−1)/n and, hence, contains a vertex of degree at most 2a−1. Hence the degeneracy ofGis at most 2a−1.

4.2 Bounds

Lemma 4.6([15]). The acyclic chromatic numberχa is upper bounded by the maximum degree∆ (for every graph with ∆>4). We haveχa≤∆(∆−1)/2.

Lemma 4.7.The acyclic chromatic numberχais upper bounded by theh-indexh.

We haveχa≤h(h+ 1)/2.

Proof. LetGbe a graph and letH be the set of vertices of degree more thanh inG. Then the maximum degree ofG−H is at most h. Thus, byLemma 4.6, G−H can be acyclically colored with at mosth(h−1)/2 colors. Finally, assign each vertex inH a new color. Thus,Gcan be acyclically colored with at most h(h−1)/2 +h=h(h+ 1)/2 colors.

Lemma 4.8 ([3]). The acyclic chromatic numberχa is upper bounded by the genusg. We haveχa ≤4g+ 4.

Lemma 4.9 ([14]). The boxicity b is upper bounded by the acyclic chromatic numberχa (for every graph with χa>1). We haveb≤χaa−1).

Lemma 4.10 ([8, 11]). The max-leaf numbermlupper bounds the distance to disjoint pathsd. We haved≤ml−1.

(9)

Proof. Letnbe the number of vertices. From the proof of Corollary 2 in ref. [11]

it follows thatn= ml +γc whereγcis the smallest size of a connected dominating set. Clearly,n=d+f where f is the largest size of a vertex subset inducing a disjoint set of paths. By Theorem 4 in ref. [8] we have γc ≤f−1 and, hence, ml−1≥d.

Lemma 4.11 ([1]). The boxicityb is upper bounded by the maximum degree∆.

We haveb≤O(∆ log2∆).

Lemma 4.12 ([5]). The treewidth ω upper bounds the boxicity b. We have b≤ ω+ 2.

Lemma 4.13 ([4]). The average distance d upper bounds the girth g. We haved≥ng/(4n−4).

Lemma 4.14 ([9]). The max leaf numberm upper bounds the feedback vertex set sizef. We havef ≤m.

Lemma 4.15. The boxicityb upper-bounds the chordalityc. We havec≤b.

Proof. The bound follows from the fact that interval graphs are chordal. Strict- ness is shown, for example, by Chandran et al. [6] (even for bipartite graphs).

Lemma 4.16. The distance ito an interval graph upper bounds the boxicity b.

We haveb≤i+ 1.

Proof. LetG= (V, E) be a graph and letD⊆V be a vertex set such that|D|=i andG−D is an interval graph. We define an extension ofG−D and intersect it with an interval graph Gv for each vertex v ∈ D to obtain G as follows.

The extensionG0 = (V, E0) is obtained fromG by making each vertexu∈D universal, that is, by making every vertex in V adjacent to u. Since adding universal vertices to an interval graph yields an interval graph,G0 is an interval graph. For each vertexv∈D we defineGv= (V, Ev): Gv consists of a clique with vertex setV\{v}and an edge{u, v}for each vertexuincident tov. EachGv

is clearly an interval graph. It is also not hard to see thatE =E0∩T

v∈DEv. Hence the boxicity ofGis at mosti+ 1.

Lemma 4.17. The distancec to a cograph upper bounds the cliquewidthq. We haveq≤23+c−1.

Proof. LetG= (V, E) be a graph andD⊆V be a vertex set such that|D|=c andG−D is a cograph. Since cographs have cliquewidth at most 2 [7], by Lemma 4.4 we have that the rankwidth ofG−D is at most 2. Since G−D is obtained from Gby c vertex deletions and deleting a vertex decreases the rankwidth by at most 1 [19], we have that G has rankwidth at most 2 +c.

Applying againLemma 4.4, the cliquewidth ofGis at most 23+c−1.

Lemma 4.18. The acyclic chromatic number aupper bounds the degeneracyd.

We haved≤2 a2

−1.

(10)

Proof. If the graph Ghas acyclic chromatic numbera, then there is a partition of its edges into at most a2

forests (one for each pair of colors). Hence, the arboricity ofGis at most a2

. The statement follows fromLemma 4.5.

Lemma 4.19. The feedback edge set number f upper bounds the genus g. We haveg≤f.

Proof. Fix a spanning forest. This graph has genus 0. Add the remaining edges one-by-one. After adding theith edge, the current graph is embeddable in a surface of genusi, because we can introduce a new handle for each edge.

Lemma 4.20. The feedback vertex setf upper bounds the distance to a chordal graphc. We havec≤f.

Proof. A tree is chordal.

4.3 Strict Bounds

Lemma 4.21([10]). The acyclic chromatic numberχa is strictly upper bounded by the treewidthω. We haveχa≤ω+ 1.

Proof. Starting in the root of a width-ω tree decomposition, assign colors to vertices in such a way that, for each bag B, the vertices in B have pairwise different colors. Since, for each cycleC, there is some bag containing at least three vertices ofC, all cycles have at least three colors. Strictness follows from n×n-grids having treewidthn+ 1 and acyclic chromatic number three.

Lemma 4.22. The maximum degree∆ is strictly upper bounded by the band- widthbw. We have∆≤2bw.

Proof. Letvbe a vertex in a graphGwith bandwidth bw. There are at most bw neighbors ofvto the “right” in a bandwidth layout ofGand equally as many to the “left”.

The bound is strict by an×n-grid example: Maximum degree is four, but treewidth isn+ 1 and treewidth is a lower bound for the bandwidth.

Lemma 4.23 ([7]). The cliquewidth of a graph is upper bounded by 2ω+1+ 1 whereω is its treewidth. This bound is strict.

Involved proof. The bound is strict by a clique example.

Lemma 4.24.Theh-indexhstrictly upper bounds degeneracyd. We haved≤h.

Proof. Construct a “degeneracy ordering” as follows. First, enumerate all vertices of degree≤hin any order, then enumerate all remaining vertices in any order (observe that there are at mosthvertices of degree more thanh).

Strictness follows from a disjoint union of stars.

(11)

Proof. We show bw≤2ml. LetT be a BFS tree of the graph from some vertexv and letLi denote the vertices of distanceitov (horizontal “layers” ofT). We show for allithatThas at least|Li|leaves. For the last layerimax, this is trivially true. Now, assume thatT has at least |Li+1| leaves. If |Li| ≤ |Li+1|, thenT also has at least|Li|leaves. Assume |Li|>|Li+1|. However, since T is a tree, no vertex inLi+1 is adjacent to two vertices inLi. Thus, at least|Li−Li+1| vertices in Li are leaves in T. Thus, T has at least |Li| leaves, implying that maxi{|Li|} ≤ml.

Now, by the definition ofLi, the layout that simply puts all vertices inLi before each vertex inLi+1for allihas bandwidth at most maxi{|Li|+|Li+1|} ≤ 2 maxi{|Li|} ≤2ml.

Strictness follows from long caterpillars with degree-three backbone vertices.

Lemma 4.26. The minimum clique cover numberc strictly upper bounds the independence numberα.

Proof. LetGbe a graph. Then,c(G) =χ(G) whereχis the chromatic number and α(G) = ω(G) where ω is the clique number. Since there is a family of graphs with unboundedχandω= 2 (see Mycielski graph), there does not exist a functionf such that for all graphsGit holds thatc(G) =χ(G)≤f(ω(G)) = f(α(G)). On the other hand, it is trivial thatχω, implyingcα.

Lemma 4.27. The treedepth t strictly upper bounds the pathwidthp. We have p≤t.

Proof. LetGbe a graph andTbe a tree of heightt(G) such thatGis a subgraph of T. Construct a path-decomposition as follows. For each leaf v ∈ V(T), introduce a bag containing all ancestors ofv inT. Two bags are adjacent in the path-decomposition if the corresponding leavesu, vhave the property that there is no third leaf occuring betweenuandvin a post-order traversal ofT. It is not hard to check that this indeed results in a path-decomposition and that each edge is contained in a bag.

Strictness follows from the fact that a path withnvertices has pathwidth 1 and treedepth at leastblognc.

Lemma 4.28. The minimum vertex cover size v strictly upper bounds the treedeptht. We havet≤v+ 1.

Proof. Let Gbe a graph andU ⊆V(G) a vertex cover. Construct a treeT with vertex set V(G) by making U into a path, picking an endpointuof the path, and making each vertex inV(G)\U adjacent tou. Clearly, Gis a subgraph of the span ofT and hence the treedepth ofGis at most|U|+ 1.

Strictness can be seen as follows. Consider a rooted treeT withnleaves, each of which has distance exactly two from the root. Tree T has minimum vertex cover size nbut treedepth 2.

(12)

4.4 Unboundedness 4.5 Incomparability

Lemma 4.29. Boxicity and cliquewidth are incomparable.

Proof. Consider a square grid with side-lengthn. Its cliquewidth isn+ 1 [17].

However, such a grid has boxicity two: Arrange the grid in two-dimensional space such that each edge is either perpendicular or parallel to the coordinate axis. Tilt the grid by 45 degrees. Then, replace each vertex by a square such that it overlaps on the edges with the squares of the vertex’ neighbor and only with those squares.

For the other direction, consider a graphGwhich is a clique with a perfect matching{{vi1, vi2}: 1≤i≤n/2}removed. This graph is a co-graph: we show that there is no induced pathP4on four vertices. Consider any four vertices. The number of edges induced by these four vertices is minimized if they correspond to two edges of the removed matching. However, they still induce at least four edges and, thus, there is no inducedP4. It follows thatGhas cliquewidth two.

However, G has boxicity at least n/2: Let Gi = (V(G), Ei), 1 ≤ i ≤ b, be interval graphs such that E(G) = Tb

i=1Ei. All edges of Ghave to occur in eachEi, 1≤i≤b. However, no two of the matching edges, say{ve1, ve2},{vf1, vf2} may not occur inEi, since, otherwise,ve1, vf1, v2e, vf2is an induced cycle inGi and, hence, this graph is not an interval graph. Thus, the boxicity is at leastn/2.

Lemma 4.30. Distance to disjoint paths and treedepth are incomparable.

Proof. To see that the distance to disjoint path does not upper bound the treedepth, consider a path withnvertices, which has treedepth at least logn.

For the other direction, consider a collection ofnvertex-disjoint triangles.

Lemma 4.31. Cliquewidth and degeneracy are incomparable.

Proof. Since a clique has cliquewidth 2, cliquewidth does not upper bound degeneracy.

On the other hand, square grids with side-length n have cliquewidth ex- actlyn+ 1 [17]; but have degeneracy 4.

Lemma 4.32. Treewidth and h-index are incomparable.

Proof. The disjoint union of stars proves that the h-index can be arbitrarily large whereas the treewidth is 1.

A grid proves the other direction.

Lemma 4.33. Max leaf number and treedepth are incomparable.

Proof. Consider the set of paths and the set of stars.

(13)

Bibliography

[1] A. Adiga, D. Bhowmick, and L. S. Chandran. Boxicity and poset dimension.

SIAM Journal on Discrete Mathematics, 25(4):1687–1698, 2011. 9

[2] J. Akiyama, G. Exoo, and F. Harary. Covering and packing in graphs. iii:

Cyclic and acyclic invariants. Mathematica Slovaca, 30(4):405–417, 1980. 3 [3] M. O. Albertson and D. M. Berman. An acyclic analogue to Heawood’s

theorem. Glasgow Mathematical Journal, 19:163–166, 1978. 8

[4] S. Bekkai and M. Kouider. On mean distance and girth. Discrete Applied Mathematics, 158(17):1888–1893, 2010. 9

[5] L. S. Chandran and N. Sivadasan. Boxicity and treewidth. Journal of Combinatorial Theory, Series B, 97(5):733–744, 2007. 9

[6] L. S. Chandran, M. C. Francis, and R. Mathew. Chordal bipartite graphs with high boxicity. Graphs and Combinatorics, 27(3):353–362, 2011. doi:

10.1007/s00373-011-1017-2. URLhttp://dx.doi.org/10.1007/s00373- 011-1017-2. 9

[7] B. Courcelle and S. Olariu. Upper bounds to the clique width of graphs.

Discrete Applied Mathematics, 101(1-3):77–114, 2000. 5,9,10

[8] E. DeLaVi˜na and B. Waller. A note on a conjecture of hansen et al., 2009. URL http://cms.dt.uh.edu/faculty/delavinae/research/

DelavinaWaller2009.pdf. 8,9

[9] E. DeLaVi˜na and B. Waller. Spanning trees with many leaves and average distance. The Electronic Journal of Combinatorics, 15(1), 2008.

See http://mathoverflow.net/questions/31554/is-the-feedback- vertex-number-bounded-by-the-maximum-number-of-leaves-in-a- spanni. 9

[10] T. Dinski and X. Zhu. A bound for the game chromatic number of graphs.

Discrete Mathematics, 196(1-3):109–115, 1999. 10

[11] R. J. Douglas. NP-completeness and degree restricted spanning trees.

Discrete Mathematics, 105(1):41–47, 1992. 8,9

[12] R. D. Dutton, R. C. Brigham, and F. Gomez. INGRID: A graph invariant manipulator. Journal of Symbolic Computation, 7(2):163–177, 1989. 1 [13] P. Erd˝os and A. Hajnal. On chromatic number of graphs and set-systems.

Acta Mathematica Academiae Scientiarum Hungarica, 17(1-2):61–99, 1966.

5

[14] L. Esperet and G. Joret. Boxicity of graphs on surfaces. Graphs and Combinatorics, 29:417–427, 2013. 8

(14)

[15] G. Fertin and A. Raspaud. Acyclic coloring of graphs of maximum de- gree ∆. In2005 European Conference on Combinatorics, Graph Theory and Applications (EuroComb ’05), volume AE ofDMTCS Proceedings, pages 389–396. Discrete Mathematics and Theoretical Computer Science, 2005.

URLhttp://www.dmtcs.org/proceedings/html/dmAE0175.abs.html. 8 [16] E. C. Freuder. A sufficient condition for backtrack-free search. Journal of

the ACM, 29(1):24–32, 1982. 7

[17] M. C. Golumbic and U. Rotics. On the clique-width of some perfect graph classes. International Journal of Foundations of Computer Science, 11(3):

423–443, 2000. 12

[18] B. Gr¨unbaum. Acyclic colorings of planar graphs. Israel Journal of Mathe- matics, 14(4):390–408, 1973. 3

[19] P. Hlinˇen´y, S. Oum, D. Seese, and G. Gottlob. Width parameters beyond tree-width and their applications. The Computer Journal, 51(3):326–362, 2008. 5,7,9

[20] B. M. P. Jansen. The Power of Data Reduction—Kernels for Fundamental Graph Problems. Dissertation, Utrecht University, The Netherlands, 2013. 1 [21] L. M. Kirousis and D. M. Thilikos. The linkage of a graph. SIAM Journal

on Computing, 25(3):626–647, 1996. 6

[22] L. M. Kirousis and D. M. Thilikos. The linkage of a graph. SIAM Journal on Computing, 25(3):626–647, 1996. 7

[23] W. Mader. Existenzn-fach zusammenh¨angender Teilgraphen in Graphen gen¨ugend großer Kantendichte. InAbhandlungen aus dem Mathematischen Seminar der Universit¨at Hamburg, volume 37, pages 86–97. Springer, 1972.

7

[24] S. Oum and P. Seymour. Approximating clique-width and branch-width.

Journal of Combinatorial Theory, Series B, 96:514–528, 2006. 7,8

[25] N. Robertson and P. D. Seymour. Graph minors. X. Obstructions to tree- decomposition. Journal of Combinatorial Theory, Series B, 52(2):153–190, 1991. 7

[26] M. Vatshelle. New Width Parameters of Graphs. Dissertation, University of Bergen, Norway, 2012. 1

Referenzen

ÄHNLICHE DOKUMENTE

Besides the reflection from the substrate (the very sharp peak) you can see an intensity distribution as expected from equation 3 (the wiggles ). Use the data in panel a) to

We study the number of minimal codewords in binary linear codes that arise by appending a unit matrix to the adjacency matrix of a graph..

AA contributed to the design of the work, the acquisition, and inter- pretation of data; revised the draft; approved the final version of the manuscript; and agreed to be

replace kann add1 nach innen verschieben.. Data constructor Typ constructor

Li and Simha [6] introduced this N P-hard problem which was motivated by the wavelength routing and assignment in an optical network. In this context several approaches have

WITH THE POWER CONTROL MODULE ORIENTED AS SHOWN IN FIGURE 2, CAREFULLY ROUTE THE MODULE CONNECTORS THROUGH THE OPENING BETWEEN THE FAN HOUSING AND THE POWER SUPPLY BOARD.. THE

If the error probability of a binary symmetric code is p, calculate the prob- abilities for each of the three codes from the previous exercise that any received vector will be

1. The firmware must recognize and decode the input SelBUS transfer that has occurred. If the input transfer requested Con- troller or Peripheral Device status,