ton kloks - Academia.edu (original) (raw)
Papers by ton kloks
arXiv (Cornell University), 2012
Let G be a graph. Consider two nonadjacent vertices x and y that have a common neighbor. Folding ... more Let G be a graph. Consider two nonadjacent vertices x and y that have a common neighbor. Folding G with respect to x and y is the operation which identifies x and y. After a maximal series of foldings the graph is a disjoint union of cliques. The minimal clique number that can appear after a maximal series of foldings is equal to the chromatic number of G. In this paper we consider the problem to determine the maximal clique number which can appear after a maximal series of foldings. We denote this number as Sigma(G) and we call it the max-folding number. We show that the problem is NP-complete, even when restricted to classes such as trivially perfect graphs, cobipartite graphs and planar graphs. We show that the max-folding number of trees is two.
Theoretical Computer Science, Sep 1, 2022
For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not... more For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not in D is adjacent to atleast one vertex of D. A dominating set D of a graph G with no isolated vertices is called a paired dominating set (PD-set), if G[D], the subgraph induced by D in G has a perfect matching. The MIN-PD problem requires to compute a PD-set of minimum cardinality. The decision version of the MIN-PD problem remains NP-complete even when G belongs to restricted graph classes such as bipartite graphs, chordal graphs etc. On the positive side, the problem is efficiently solvable for many graph classes including intervals graphs, strongly chordal graphs, permutation graphs etc. In this paper, we study the complexity of the problem in AT-free graphs and planar graph. The class of AT-free graphs contains cocomparability graphs, permutation graphs, trapezoid graphs, and interval graphs as subclasses. We propose a polynomial-time algorithm to compute a minimum PD-set in AT-free graphs. In addition, we also present a linear-time 2-approximation algorithm for the problem in AT-free graphs. Further, we prove that the decision version of the problem is NPcomplete for planar graphs, which answers an open question asked by Lin et al. (in Theor. Comput.
Springer eBooks, Mar 6, 2006
arXiv (Cornell University), Dec 10, 2021
For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not... more For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not in D is adjacent to atleast one vertex of D. A dominating set D of a graph G with no isolated vertices is called a paired dominating set (PD-set), if G[D], the subgraph induced by D in G has a perfect matching. The MIN-PD problem requires to compute a PD-set of minimum cardinality. The decision version of the MIN-PD problem remains NP-complete even when G belongs to restricted graph classes such as bipartite graphs, chordal graphs etc. On the positive side, the problem is efficiently solvable for many graph classes including intervals graphs, strongly chordal graphs, permutation graphs etc. In this paper, we study the complexity of the problem in AT-free graphs and planar graph. The class of AT-free graphs contains cocomparability graphs, permutation graphs, trapezoid graphs, and interval graphs as subclasses. We propose a polynomial-time algorithm to compute a minimum PD-set in AT-free graphs. In addition, we also present a linear-time 2-approximation algorithm for the problem in AT-free graphs. Further, we prove that the decision version of the problem is NPcomplete for planar graphs, which answers an open question asked by Lin et al. (in Theor. Comput.
UU BETA ICS Departement Informatica eBooks, May 1, 2017
We consider scenarios in which long sequences of data are analyzed and subsequences must be trace... more We consider scenarios in which long sequences of data are analyzed and subsequences must be traced that are monotone and maximum, according to some measure. A classical example is the online Longest Increasing Subsequence Problem for numeric and alphanumeric data. We extend the problem in two ways: (a) we allow data from any partially ordered set, and (b) we maximize subsequences using much more general measures than just length or weight. Let P be a poset of finite width w, and let δ be any data sequence over P. We show that the measure of the maximum monotone subsequences in δ can be maintained in at most O(w log min(n w , Dn)) time and O(min(n, wDn)) memory when the n-th data item is processed, where Dn is the 'depth' of the measure at position n (n ≥ 1). The result generalizes all earlier O(log n) time-per-input results for the corresponding longest or heaviest increasing subsequence problems.
Springer eBooks, Mar 6, 2006
arXiv (Cornell University), Jun 20, 2017
AT-free graphs are characterized by vertex elimination orders. We show that these AT-free orders ... more AT-free graphs are characterized by vertex elimination orders. We show that these AT-free orders of a graph can be generated in constant amortized time. ⋆ A preliminary version "Gray codes for AT-free orders via antimatroids" was presented in the 26th International Workshop on Combinatorial Algorithms (IWOCA 2015), Verona, Italy.
Springer eBooks, Mar 6, 2006
Springer eBooks, Mar 6, 2006
Electronic Notes in Discrete Mathematics, Dec 1, 2017
The Grundy number of a graph is the maximal number of colors attained by a first-fit coloring of ... more The Grundy number of a graph is the maximal number of colors attained by a first-fit coloring of the graph. The class of Cameron graphs is the Seidel switching class of cographs. In this paper we show that the Grundy number is computable in polynomial time for Cameron graphs.
Springer eBooks, 1998
A subset A of the vertices of a graph G is an asteroidal set if for each vertex a ∈ A, the set A ... more A subset A of the vertices of a graph G is an asteroidal set if for each vertex a ∈ A, the set A \ {a} is contained in one component of G − N [a]. An asteroidal set of cardinality three is called asteroidal triple and graphs without an asteroidal triple are called AT-free. The maximum cardinality of an asteroidal set of G, denoted by an(G), is said to be the asteroidal number of G. We present a scheme for designing algorithms for triangulation problems on graphs. As a consequence, we obtain algorithms to compute graph parameters such as treewidth, minimum fill-in and vertex ranking number. The running time of these algorithms is a polynomial (of degree asteroidal number plus a small constant) in the number of vertices and the number of minimal separators of the input graph.
Social Science Research Network, 2022
For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not... more For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not in D is adjacent to atleast one vertex of D. A dominating set D of a graph G with no isolated vertices is called a paired dominating set (PD-set), if G[D], the subgraph induced by D in G has a perfect matching. The MIN-PD problem requires to compute a PD-set of minimum cardinality. The decision version of the MIN-PD problem remains NP-complete even when G belongs to restricted graph classes such as bipartite graphs, chordal graphs etc. On the positive side, the problem is efficiently solvable for many graph classes including intervals graphs, strongly chordal graphs, permutation graphs etc. In this paper, we study the complexity of the problem in AT-free graphs and planar graph. The class of AT-free graphs contains cocomparability graphs, permutation graphs, trapezoid graphs, and interval graphs as subclasses. We propose a polynomial-time algorithm to compute a minimum PD-set in AT-free graphs. In addition, we also present a linear-time 2-approximation algorithm for the problem in AT-free graphs. Further, we prove that the decision version of the problem is NPcomplete for planar graphs, which answers an open question asked by Lin et al. (in Theor. Comput.
arXiv (Cornell University), Oct 17, 2011
We show that there exist linear-time algorithms that compute the strong chromatic index and a max... more We show that there exist linear-time algorithms that compute the strong chromatic index and a maximum induced matching of treecographs when the decomposition tree is a part of the input. We also show that there exist efficient algorithms for the strong chromatic index of (bipartite) permutation graphs and of chordal bipartite graphs.
arXiv (Cornell University), Apr 25, 2016
The Grundy number of a graph is the maximal number of colors attained by a first-fit coloring of ... more The Grundy number of a graph is the maximal number of colors attained by a first-fit coloring of the graph. The class of Cameron graphs is the Seidel switching class of cographs. In this paper we show that the Grundy number is computable in polynomial time for Cameron graphs.
European Journal of Combinatorics, Apr 1, 1986
We consider finite graphs with the property that there exists a constant e such that for every ma... more We consider finite graphs with the property that there exists a constant e such that for every maximal clique M and vertex x not in M, x is adjacent to exactly e vertices in M. It is shown that these graphs have a highly geometric structure which in many ways resembles that of the polar spaces.
arXiv (Cornell University), 2012
Let G be a graph. Consider two nonadjacent vertices x and y that have a common neighbor. Folding ... more Let G be a graph. Consider two nonadjacent vertices x and y that have a common neighbor. Folding G with respect to x and y is the operation which identifies x and y. After a maximal series of foldings the graph is a disjoint union of cliques. The minimal clique number that can appear after a maximal series of foldings is equal to the chromatic number of G. In this paper we consider the problem to determine the maximal clique number which can appear after a maximal series of foldings. We denote this number as Sigma(G) and we call it the max-folding number. We show that the problem is NP-complete, even when restricted to classes such as trivially perfect graphs, cobipartite graphs and planar graphs. We show that the max-folding number of trees is two.
Theoretical Computer Science, Sep 1, 2022
For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not... more For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not in D is adjacent to atleast one vertex of D. A dominating set D of a graph G with no isolated vertices is called a paired dominating set (PD-set), if G[D], the subgraph induced by D in G has a perfect matching. The MIN-PD problem requires to compute a PD-set of minimum cardinality. The decision version of the MIN-PD problem remains NP-complete even when G belongs to restricted graph classes such as bipartite graphs, chordal graphs etc. On the positive side, the problem is efficiently solvable for many graph classes including intervals graphs, strongly chordal graphs, permutation graphs etc. In this paper, we study the complexity of the problem in AT-free graphs and planar graph. The class of AT-free graphs contains cocomparability graphs, permutation graphs, trapezoid graphs, and interval graphs as subclasses. We propose a polynomial-time algorithm to compute a minimum PD-set in AT-free graphs. In addition, we also present a linear-time 2-approximation algorithm for the problem in AT-free graphs. Further, we prove that the decision version of the problem is NPcomplete for planar graphs, which answers an open question asked by Lin et al. (in Theor. Comput.
Springer eBooks, Mar 6, 2006
arXiv (Cornell University), Dec 10, 2021
For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not... more For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not in D is adjacent to atleast one vertex of D. A dominating set D of a graph G with no isolated vertices is called a paired dominating set (PD-set), if G[D], the subgraph induced by D in G has a perfect matching. The MIN-PD problem requires to compute a PD-set of minimum cardinality. The decision version of the MIN-PD problem remains NP-complete even when G belongs to restricted graph classes such as bipartite graphs, chordal graphs etc. On the positive side, the problem is efficiently solvable for many graph classes including intervals graphs, strongly chordal graphs, permutation graphs etc. In this paper, we study the complexity of the problem in AT-free graphs and planar graph. The class of AT-free graphs contains cocomparability graphs, permutation graphs, trapezoid graphs, and interval graphs as subclasses. We propose a polynomial-time algorithm to compute a minimum PD-set in AT-free graphs. In addition, we also present a linear-time 2-approximation algorithm for the problem in AT-free graphs. Further, we prove that the decision version of the problem is NPcomplete for planar graphs, which answers an open question asked by Lin et al. (in Theor. Comput.
UU BETA ICS Departement Informatica eBooks, May 1, 2017
We consider scenarios in which long sequences of data are analyzed and subsequences must be trace... more We consider scenarios in which long sequences of data are analyzed and subsequences must be traced that are monotone and maximum, according to some measure. A classical example is the online Longest Increasing Subsequence Problem for numeric and alphanumeric data. We extend the problem in two ways: (a) we allow data from any partially ordered set, and (b) we maximize subsequences using much more general measures than just length or weight. Let P be a poset of finite width w, and let δ be any data sequence over P. We show that the measure of the maximum monotone subsequences in δ can be maintained in at most O(w log min(n w , Dn)) time and O(min(n, wDn)) memory when the n-th data item is processed, where Dn is the 'depth' of the measure at position n (n ≥ 1). The result generalizes all earlier O(log n) time-per-input results for the corresponding longest or heaviest increasing subsequence problems.
Springer eBooks, Mar 6, 2006
arXiv (Cornell University), Jun 20, 2017
AT-free graphs are characterized by vertex elimination orders. We show that these AT-free orders ... more AT-free graphs are characterized by vertex elimination orders. We show that these AT-free orders of a graph can be generated in constant amortized time. ⋆ A preliminary version "Gray codes for AT-free orders via antimatroids" was presented in the 26th International Workshop on Combinatorial Algorithms (IWOCA 2015), Verona, Italy.
Springer eBooks, Mar 6, 2006
Springer eBooks, Mar 6, 2006
Electronic Notes in Discrete Mathematics, Dec 1, 2017
The Grundy number of a graph is the maximal number of colors attained by a first-fit coloring of ... more The Grundy number of a graph is the maximal number of colors attained by a first-fit coloring of the graph. The class of Cameron graphs is the Seidel switching class of cographs. In this paper we show that the Grundy number is computable in polynomial time for Cameron graphs.
Springer eBooks, 1998
A subset A of the vertices of a graph G is an asteroidal set if for each vertex a ∈ A, the set A ... more A subset A of the vertices of a graph G is an asteroidal set if for each vertex a ∈ A, the set A \ {a} is contained in one component of G − N [a]. An asteroidal set of cardinality three is called asteroidal triple and graphs without an asteroidal triple are called AT-free. The maximum cardinality of an asteroidal set of G, denoted by an(G), is said to be the asteroidal number of G. We present a scheme for designing algorithms for triangulation problems on graphs. As a consequence, we obtain algorithms to compute graph parameters such as treewidth, minimum fill-in and vertex ranking number. The running time of these algorithms is a polynomial (of degree asteroidal number plus a small constant) in the number of vertices and the number of minimal separators of the input graph.
Social Science Research Network, 2022
For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not... more For a graph G = (V, E), a subset D of vertex set V , is a dominating set of G if every vertex not in D is adjacent to atleast one vertex of D. A dominating set D of a graph G with no isolated vertices is called a paired dominating set (PD-set), if G[D], the subgraph induced by D in G has a perfect matching. The MIN-PD problem requires to compute a PD-set of minimum cardinality. The decision version of the MIN-PD problem remains NP-complete even when G belongs to restricted graph classes such as bipartite graphs, chordal graphs etc. On the positive side, the problem is efficiently solvable for many graph classes including intervals graphs, strongly chordal graphs, permutation graphs etc. In this paper, we study the complexity of the problem in AT-free graphs and planar graph. The class of AT-free graphs contains cocomparability graphs, permutation graphs, trapezoid graphs, and interval graphs as subclasses. We propose a polynomial-time algorithm to compute a minimum PD-set in AT-free graphs. In addition, we also present a linear-time 2-approximation algorithm for the problem in AT-free graphs. Further, we prove that the decision version of the problem is NPcomplete for planar graphs, which answers an open question asked by Lin et al. (in Theor. Comput.
arXiv (Cornell University), Oct 17, 2011
We show that there exist linear-time algorithms that compute the strong chromatic index and a max... more We show that there exist linear-time algorithms that compute the strong chromatic index and a maximum induced matching of treecographs when the decomposition tree is a part of the input. We also show that there exist efficient algorithms for the strong chromatic index of (bipartite) permutation graphs and of chordal bipartite graphs.
arXiv (Cornell University), Apr 25, 2016
The Grundy number of a graph is the maximal number of colors attained by a first-fit coloring of ... more The Grundy number of a graph is the maximal number of colors attained by a first-fit coloring of the graph. The class of Cameron graphs is the Seidel switching class of cographs. In this paper we show that the Grundy number is computable in polynomial time for Cameron graphs.
European Journal of Combinatorics, Apr 1, 1986
We consider finite graphs with the property that there exists a constant e such that for every ma... more We consider finite graphs with the property that there exists a constant e such that for every maximal clique M and vertex x not in M, x is adjacent to exactly e vertices in M. It is shown that these graphs have a highly geometric structure which in many ways resembles that of the polar spaces.