scispace - formally typeset
Search or ask a question

Showing papers on "Vertex (graph theory) published in 2006"


Journal ArticleDOI
TL;DR: The motivation in the present work is to "assign" this Laplacian eigenvalue when relative positions of various elements dictate the interconnection of the underlying weighted graph, so as to "synthesize" information graphs that have desirable system theoretic properties.
Abstract: We consider the set G consisting of graphs of fixed order and weighted edges. The vertex set of graphs in G will correspond to point masses and the weight for an edge between two vertices is a functional of the distance between them. We pose the problem of finding the best vertex positional configuration in the presence of an additional proximity constraint, in the sense that, the second smallest eigenvalue of the corresponding graph Laplacian is maximized. In many recent applications of algebraic graph theory in systems and control, the second smallest eigenvalue of Laplacian has emerged as a critical parameter that influences the stability and robustness properties of dynamic systems that operate over an information network. Our motivation in the present work is to "assign" this Laplacian eigenvalue when relative positions of various elements dictate the interconnection of the underlying weighted graph. In this venue, one would then be able to "synthesize" information graphs that have desirable system theoretic properties.

605 citations


Patent
11 Apr 2006
TL;DR: In this article, a local algorithm for finding communities in complex networks relating to a social definition of communities and percolation is described. But instead of partitioning the graph into separate subgraphs from top to bottom, the local algorithm (communities of each vertex) allows overlapping of communities.
Abstract: Methods and apparatus for a new approach to the problem of finding communities in complex networks relating to a social definition of communities and percolation are disclosed. Instead of partitioning the graph into separate subgraphs from top to bottom a local algorithm (communities of each vertex) allows overlapping of communities. The performance of an algorithm on synthetic, randomly-generated graphs and real-world networks is used to benchmark this method against others. An heuristic is provided to generate a list of communities for networks using a local community finding algorithm. Unlike diffusion based algorithms, The provided algorithm finds overlapping communities and provides a means to measure confidence in community structure. It features locality and low complexity for exploring the communities for a subset of network nodes, without the need for exploring the whole graph.

380 citations


Journal ArticleDOI
TL;DR: The conjecture of B. Grunbaum on existing of admissible vertex coloring of every planar graph with 5 colors, in which every bichromatic subgraph is acyclic, is proved and some corollaries of this result are discussed in the present paper.

278 citations


Proceedings ArticleDOI
26 Jun 2006
TL;DR: Two space bounded random sampling algorithms that compute an approximation of the number of triangles in an undirected graph given as a stream of edges are presented and they provide a basic tool to analyze the structure of large graphs.
Abstract: We present two space bounded random sampling algorithms that compute an approximation of the number of triangles in an undirected graph given as a stream of edges. Our first algorithm does not make any assumptions on the order of edges in the stream. It uses space that is inversely related to the ratio between the number of triangles and the number of triples with at least one edge in the induced subgraph, and constant expected update time per edge. Our second algorithm is designed for incidence streams (all edges incident to the same vertex appear consecutively). It uses space that is inversely related to the ratio between the number of triangles and length 2 paths in the graph and expected update time O(log|V|⋅(1+s⋅|V|/|E|)), where s is the space requirement of the algorithm. These results significantly improve over previous work [20, 8]. Since the space complexity depends only on the structure of the input graph and not on the number of nodes, our algorithms scale very well with increasing graph size and so they provide a basic tool to analyze the structure of large graphs. They have many applications, for example, in the discovery of Web communities, the computation of clustering and transitivity coefficient, and discovery of frequent patterns in large graphs.We have implemented both algorithms and evaluated their performance on networks from different application domains. The sizes of the considered graphs varied from about 8,000 nodes and 40,000 edges to 135 million nodes and more than 1 billion edges. For both algorithms we run experiments with parameter s=1,000, 10,000, 100,000, 1,000,000 to evaluate running time and approximation guarantee. Both algorithms appear to be time efficient for these sample sizes. The approximation quality of the first algorithm was varying significantly and even for s=1,000,000 we had more than 10% deviation for more than half of the instances. The second algorithm performed much better and even for s=10,000 we had an average deviation of less than 6% (taken over all but the largest instance for which we could not compute the number of triangles exactly).

277 citations


Journal ArticleDOI
TL;DR: A graph G=G(V,E) is called k-choosable if all lists L(v) have the cardinality k and G is L-list colourable for all possible assignments of such lists.

230 citations


Journal ArticleDOI
TL;DR: In this paper, it was shown that a graph parameter can be realized as the number of homomorphisms into a fixed (weighted) graph if and only if it satisfies two linear algebraic conditions: reflection positivity and exponential rank-connectivity.
Abstract: It is shown that a graph parameter can be realized as the number of homomorphisms into a fixed (weighted) graph if and only if it satisfies two linear algebraic conditions: reflection positivity and exponential rank-connectivity. In terms of statistical physics, this can be viewed as a characterization of partition functions of vertex models.

197 citations


Proceedings ArticleDOI
22 Jan 2006
TL;DR: In this article, it was shown that for any positive integer n 0, there exists a graph built by n ≥ n0 players which contains cycles and forms a non-transient Nash equilibrium, for any α with 1.
Abstract: We study a network creation game recently proposed by Fabrikant, Luthra, Maneva, Papadimitriou and Shenker. In this game, each player (vertex) can create links (edges) to other players at a cost of α per edge. The goal of every player is to minimize the sum consisting of (a) the cost of the links he has created and (b) the sum of the distances to all other players.Fabrikant et al. conjectured that there exists a constant A such that, for any α > A, all non-transient Nash equilibria graphs are trees. They showed that if a Nash equilibrium is a tree, the price of anarchy is constant. In this paper we disprove the tree conjecture. More precisely, we show that for any positive integer n0, there exists a graph built by n ≥ n0 players which contains cycles and forms a non-transient Nash equilibrium, for any α with 1

190 citations


Journal ArticleDOI
TL;DR: For a broad class of local Calabi-Yau geometries built around a string of IP{sup 1}s, the authors showed that the topological string partition function in which the sums over Young tableaux have been performed can be derived based on a topological vertex.
Abstract: We demonstrate that for a broad class of local Calabi-Yau geometries built around a string of IP{sup 1}s--those whose toric diagrams are given by triangulations of a strip--we can derive simple rules, based on the topological vertex, for obtaining expressions for the topological string partition function in which the sums over Young tableaux have been performed. By allowing non-trivial tableaux on the external legs of the corresponding web diagrams, these strips can be used as building blocks for more general geometries. As applications of our result, we study the behavior of topological string amplitudes under flops, as well as check Nekrasov's conjecture in its most general form.

175 citations


Book ChapterDOI
28 Aug 2006
TL;DR: This work presents the first constant-factor approximation algorithm for the minimum-weight dominating set problem in unit disk graphs, a problem motivated by applications in wireless ad-hoc networks.
Abstract: For a given graph with weighted vertices, the goal of the minimum-weight dominating set problem is to compute a vertex subset of smallest weight such that each vertex of the graph is contained in the subset or has a neighbor in the subset. A unit disk graph is a graph in which each vertex corresponds to a unit disk in the plane and two vertices are adjacent if and only if their disks have a non-empty intersection. We present the first constant-factor approximation algorithm for the minimum-weight dominating set problem in unit disk graphs, a problem motivated by applications in wireless ad-hoc networks. The algorithm is obtained in two steps: First, the problem is reduced to the problem of covering a set of points located in a small square using a minimum-weight set of unit disks. Then, a constant-factor approximation algorithm for the latter problem is obtained using enumeration and dynamic programming techniques exploiting the geometry of unit disks. Furthermore, we also show how to obtain a constant-factor approximation algorithm for the minimum-weight connected dominating set problem in unit disk graphs.

161 citations


Journal ArticleDOI
31 Aug 2006
TL;DR: In this paper, it was shown that if Γ(G) is a complete graph, then G is a solvable group, and that if G is not complete, then it is not solvable.
Abstract: Let G be a finite group, and write cd(G) for the set of degrees of irreducible characters of G. We define F(G) to be the graph whose vertex set is cd(G) - {1}, and there is an edge between a and b if (a, b) > 1. We prove that if Γ(G) is a complete graph, then G is a solvable group.

135 citations


Journal ArticleDOI
TL;DR: It is proved that on any $2k-regular non-amenable graph, the critical probability for the $k$-rule is strictly positive, and that in any rooted tree $T$ there is a way of erasing children of the root, together with all their descendants, and repeating this for all remaining children, and so on.
Abstract: Bootstrap percolation on an arbitrary graph has a random initial configuration, where each vertex is occupied with probability $p$, independently of each other, and a deterministic spreading rule with a fixed parameter $k$: if a vacant site has at least $k$ occupied neighbours at a certain time step, then it becomes occupied in the next step. This process is well studied on ${\mathbb Z}^d$; here we investigate it on regular and general infinite trees and on non-amenable Cayley graphs. The critical probability is the infimum of those values of $p$ for which the process achieves complete occupation with positive probability. On trees we find the following discontinuity: if the branching number of a tree is strictly smaller than $k$, then the critical probability is 1, while it is $1-1/k$ on the $k$-ary tree. A related result is that in any rooted tree $T$ there is a way of erasing $k$ children of the root, together with all their descendants, and repeating this for all remaining children, and so on, such that the remaining tree $T'$ has branching number $\mbox{\rm br}(T')\leq \max\{\mbox{\rm br}(T)-k,\,0\}$. We also prove that on any $2k$-regular non-amenable graph, the critical probability for the $k$-rule is strictly positive.

Proceedings ArticleDOI
11 Dec 2006
TL;DR: A semi-analytical method to compute error floors of LDPC codes on the binary symmetric channel decoded iteratively using the Gallager B algorithm with column weight three is proposed.
Abstract: In this paper, we propose a semi-analytical method to compute error floors of LDPC codes on the binary symmetric channel decoded iteratively using the Gallager B algorithm. The error events of the decoder are characterized using combinatorial objects called trapping sets, originally defined by Richardson. In general, trapping sets are characteristic of the graphical representation of a code. We study the structure of trapping sets and explore their relation to graph parameters such as girth and vertex degrees. Using the proposed method, we compute error floors of regular structured and random LDPC codes with column weight three.

Posted Content
TL;DR: A new proof to the Markov chain tree theorem is provided saying that the matrix of Ces`aro limiting probabilities of an arbitrary stationary finite MarkovChain coincides with the normalized matrix of maximum out forests of the weighted digraph that corresponds to theMarkov chain.
Abstract: We study the maximum out forests of a (weighted) digraph and the matrix of maximum out forests. A maximum out forest of a digraph G is a spanning subgraph of G that consists of disjoint diverging trees and has the maximum possible number of arcs. If a digraph contains any out arborescences, then maximum out forests coincide with them. We provide a new proof to the Markov chain tree theorem saying that the matrix of Ces`aro limiting probabilities of an arbitrary stationary finite Markov chain coincides with the normalized matrix of maximum out forests of the weighted digraph that corresponds to the Markov chain. We discuss the applications of the matrix of maximum out forests and its transposition, the matrix of limiting accessibilities of a digraph, to the problems of preference aggregation, measuring the vertex proximity, and uncovering the structure of a digraph.

Journal ArticleDOI
TL;DR: This work studies combinatorial and computational bounds for the transversal hypergraph (vertex covers in graphs is a special case), restricted to hyperedges with at most k elements, and applies the results to almost-perfect phylogeny reconstruction, a problem in computational biology.

01 Dec 2006
TL;DR: A new local search methodology, called Variable Space Search, is proposed, which is applied to the k-coloring problem and improves on every local search used independently, and is competitive with the currently best coloring methods.
Abstract: Let G=(V,E) be a graph with vertex set V and edge set E The k-coloring problem is to assign a color (a number chosen in {1,,k}) to each vertex of G so that no edge has both endpoints with the same color We propose a new local search methodology, called Variable Space Search, which we apply to the k-coloring problem The main idea is to consider several search spaces, with various neighborhoods and objective functions, and to move from one to another when the search is blocked at a local optimum in a given search space The k-coloring problem is thus solved by combining different formulations of the problem which are not equivalent, in the sense that some constraints are possibly relaxed in one search space and always satisfied in another We show that the proposed algorithm improves on every local search used independently (ie, with a unique search space), and is competitive with the currently best coloring methods, which are complex hybrid evolutionary algorithms

Journal ArticleDOI
TL;DR: The link between the areas of discrete geometry and spanners that the establish is of independent interest and might be useful in the study of other problems in the area of low-distortion embeddings.
Abstract: We introduce and study the notions of pairwise and sourcewise preservers. Given an undirected N-vertex graph G = (V,E) and a set P of pairs of vertices, let G' = (V,H), H \subseteq E, be called a pairwise preserver of G with respect to P if for every pair {u,w} \in P, distG'(u,w) = distG(u,w). For a set S \subseteq V of sources, a pairwise preserver of G with respect to the set of all pairs P = (S \atop 2) of sources is called a sourcewise preserver of G with respect to S. We prove that for every undirected possibly weighted N-vertex graph G and every set P of P = O(N1/2) pairs of vertices of G, there exists a linear-size pairwise preserver of G with respect to P. Consequently, for every subset S \subseteq V of S = O(N1/4) sources, there exists a linear-size sourcewise preserver of G with respect to S. On the negative side we show that neither of the two exponents (1/2 and 1/4) can be improved even when the attention is restricted to unweighted graphs. Our lower bounds involve constructions of dense convexly independent sets of vectors with small Euclidean norms. We believe that the link between the areas of discrete geometry and spanners that we establish is of independent interest and might be useful in the study of other problems in the area of low-distortion embeddings.

Journal ArticleDOI
TL;DR: The dual of feedback vertex set is W[1]--hard in general directed graphs and the feedback arc set problem is fixed parameter tractable in dense directed graphs.

Journal ArticleDOI
TL;DR: In this paper, it was shown that every bipartite graph with vertex classes of size n whose minimum degree is at least n-2 contains a perfect matching, and several related results that guarantee the existence of almost perfect matchings in r-uniform hypergraphs of large minimum degree.
Abstract: It is well known that every bipartite graph with vertex classes of size n whose minimum degree is at least n-2 contains a perfect matching. We prove an analog of this result for hypergraphs. We also prove several related results that guarantee the existence of almost perfect matchings in r-uniform hypergraphs of large minimum degree. Our bounds on the minimum degree are essentially best possible. © 2005 Wiley Periodicals, Inc. J Graph Theory 51: 269–280, 2006

Journal ArticleDOI
TL;DR: The proposed cycle counting algorithm consists of integer matrix operations and its complexity grows as O(gn/sup 3/) where n=max(|U|,|W|).
Abstract: Let G=(U/spl cup/W, E) be a bipartite graph with disjoint vertex sets U and W, edge set E, and girth g. This correspondence presents an algorithm for counting the number of cycles of length g, g+2, and g+4 incident upon every vertex in U/spl cup/W. The proposed cycle counting algorithm consists of integer matrix operations and its complexity grows as O(gn/sup 3/) where n=max(|U|,|W|).

Journal ArticleDOI
TL;DR: The integrability theorem for vertex operator subalgebras satisfying some finiteness conditions (C2-cofinite and CFT-type) is proved in this paper.
Abstract: The following integrability theorem for vertex operator algebras V satisfying some finiteness conditions (C2-cofinite and CFT-type) is proved: the vertex operator subalgebra generated by a simple Lie subalgebra g of the weight one subspace V1 is isomorphic to the irreducible highest weight ˆ-module L(k,0) for a positive integer k, and V is an integrable ˆ-module. The case in which g is replaced by an abelian Lie subalgebra is also considered, and several consequences of integrability are discussed. 2000MSC:17B69

Journal ArticleDOI
TL;DR: Improving a result of Erdos, Gyarfas and Pyber for large n, it is shown that for every integer r>=2 there exists a constant n"0=n"0(r) such that if n>=n"-0 and the edges of the complete graph K"n are colored with r colors then the vertex set of K" n can be partitioned into at most 100rlogr vertex disjoint monochromatic cycles.

Journal ArticleDOI
TL;DR: Dynamic cluster Monte Carlo calculations for the doped two-dimensional Hubbard model are used to study the irreducible particle-particle vertex responsible for dx2-y2 pairing, and the dominant part of the effective pairing interaction is found to come from the magnetic, spin S=1 exchange channel.
Abstract: Dynamic cluster Monte Carlo calculations for the doped two-dimensional Hubbard model are used to study the irreducible particle-particle vertex responsible for ${d}_{{x}^{2}\ensuremath{-}{y}^{2}}$ pairing in this model. This vertex increases with increasing momentum transfer and decreases when the energy transfer exceeds a scale associated with the $Q=(\ensuremath{\pi},\ensuremath{\pi})$ spin susceptibility. Using an exact decomposition of this vertex into a fully irreducible two-fermion vertex and charge and magnetic exchange channels, the dominant part of the effective pairing interaction is found to come from the magnetic, spin $S=1$ exchange channel.

Journal ArticleDOI
TL;DR: In this paper, the authors studied vertex algebra-like objects arising from infinite-dimensional quantum groups (quantum affine algebras and Yangians) and showed that any maximal quasi compatible subspace has a non-commutative vertex algebra structure with W as a natural faithful quasi module in a certain sense.
Abstract: This is the first paper in a series to study vertex algebra-like objects arising from infinite-dimensional quantum groups (quantum affine algebras and Yangians). In this paper we lay the foundations for this study. For any vector space W, we study what we call quasi compatible subsets of Hom (W,W((x))) and we prove that any maximal quasi compatible subspace has a natural nonlocal (namely noncommutative) vertex algebra structure with W as a natural faithful quasi module in a certain sense, and that any quasi compatible subset generates a nonlocal vertex algebra with W as a quasi module. In particular, taking W to be a highest weight module for a quantum affine algebra we obtain a nonlocal vertex algebra with W as a quasi module. We also formulate and study a notion of quantum vertex algebra and we give general constructions of nonlocal vertex algebras, quantum vertex algebras and their modules.

Journal Article
TL;DR: It is shown that the price of stability is O(loglogn), and this is proved by defining a particular improving dynamics in a related graph by defining an agent in every vertex of a undirected graph.
Abstract: In this paper we address the open problem of bounding the price of stability for network design with fair cost allocation for undirected graphs posed in [1]. We consider the case where there is an agent in every vertex. We show that the price of stability is O(loglogn). We prove this by defining a particular improving dynamics in a related graph. This proof technique may have other applications and is of independent interest.

Book ChapterDOI
06 Jul 2006
TL;DR: A backtrack algorithm is proposed that solves a generalized version of the Maximum Induced Forest problem (MIF) in time O*(1.8899n) and is the first algorithm that breaks the O* (2n) barrier for the general case of FVS.
Abstract: We propose a backtrack algorithm that solves a generalized version of the Maximum Induced Forest problem (MIF) in time O*(1.8899n). The MIF problem is complementary to finding a minimum Feedback Vertex Set (FVS), a well-known intractable problem. Therefore the proposed algorithm can find a minimum FVS as well. To the best of our knowledge, this is the first algorithm that breaks the O*(2n) barrier for the general case of FVS. Doing the analysis, we apply a more sophisticated measure of the problem size than the number of nodes of the underlying graph

Journal ArticleDOI
TL;DR: In this article, it was shown that a quantum walk can have infinite hitting times for some initial states and that the set of initial states which give an infinite hitting time form a subspace.
Abstract: Hitting times are the average time it takes a walk to reach a given final vertex from a given starting vertex. The hitting time for a classical random walk on a connected graph will always be finite. We show that, by contrast, quantum walks can have infinite hitting times for some initial states. We seek criteria to determine if a given walk on a graph will have infinite hitting times, and find a sufficient condition, which for discrete time quantum walks is that the degeneracy of the evolution operator be greater than the degree of the graph. The set of initial states which give an infinite hitting time form a subspace. The phenomenon of infinite hitting times is in general a consequence of the symmetry of the graph and its automorphism group. Using the irreducible representations of the automorphism group, we derive conditions such that quantum walks defined on this graph must have infinite hitting times for some initial states. In the case of the discrete walk, if this condition is satisfied the walk will have infinite hitting times for any choice of a coin operator, and we give a class of graphs with infinite hitting times for any choicemore » of coin. Hitting times are not very well defined for continuous time quantum walks, but we show that the idea of infinite hitting-time walks naturally extends to the continuous time case as well.« less

Journal ArticleDOI
TL;DR: A controlled empirical study of approximation algorithms for the Vertex Cover and the Set Covering Problems, showing that the proven performance guarantees of all tested algorithms did not forecast well the empirical performance.

Proceedings ArticleDOI
21 May 2006
TL;DR: It is proved that any fixed graph property of type "∃X: (|X| ≤ p) ⇿(G[X]=φ)" may be decided in linear time for input graphs in a fixed class with bounded expansion.
Abstract: Classes of graphs with bounded expansion have been introduced in [15], [12]. They generalize both proper minor closed classes and classes with bounded degree.For any class with bounded expansion C and any integer p there exists a constant N(C,p) so that the vertex set of any graph G ∈ C may be partitioned into at most N(C,p) parts, any i ≤ p parts of them induce a subgraph of tree-width at most (i-1) [12] (actually, of tree-depth [16] at most i, what is sensibly stronger). Such partitions are central to the resolution of homomorphism problems like restricted homomorphism dualities [14].We give here a simple algorithm to compute such partitions and prove that if we restrict the input graph to some fixed class C with bounded expansion, the running time of the algorithm is bounded by a linear function of the order of the graph (for fixed C and p).This result is applied to get a linear time algorithm for the subgraph isomorphism problem with fixed pattern and input graphs in a fixed class with bounded expansion.More generally, let φ be a first order logic sentence. We prove that any fixed graph property of type "∃X: (|X| ≤ p) ⇿(G[X]=φ)" may be decided in linear time for input graphs in a fixed class with bounded expansion.

Journal ArticleDOI
TL;DR: This paper presents an optimal fully dynamic recognition algorithm for directed cographs that supports arc and vertex modification (insertion or deletion) in O(d) time where d is the number of arcs involved in the operation.

Journal ArticleDOI
TL;DR: In this article, a quasilocal subsets of homomorphic vertex operators is introduced and studied, and it is proved that on any maximal quasILocal subspace there exists a natural vertex algebra structure and that any quasilyocal subset of Hom ( W, W ( ( ( x ) ) ) generates a vertex algebra.