Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Jayme Luiz Szwarcfiter is active.

Publication


Featured researches published by Jayme Luiz Szwarcfiter.


Mathematical Programming | 2006

On Balanced Graphs

Flavia Bonomo; Guillermo Durán; Min Chih Lin; Jayme Luiz Szwarcfiter

Berge defined a hypergraph to be balanced if its incidence matrix is balanced. We consider this concept applied to graphs, and call a graph to be balanced when its clique matrix is balanced. Characterizations of balanced graphs by forbidden subgraphs and by clique subgraphs are proved in this work. Using properties of domination we define four subclasses of balanced graphs. Two of them are characterized by 0–1 matrices and can be recognized in polynomial time. Furthermore, we propose polynomial time combinatorial algorithms for the problems of stable set, clique-independent set and clique-transversal for one of these subclasses of balanced graphs. Finally, we analyse the behavior of balanced graphs and these four subclasses under the clique graph operator.


Annals of Operations Research | 2002

On Clique-Transversals and Clique-Independent Sets

Guillermo Durán; Min Chih Lin; Jayme Luiz Szwarcfiter

A clique-transversal of a graph G is a subset of vertices intersecting all the cliques of G. A clique-independent set is a subset of pairwise disjoint cliques of G. Denote by τC(G) and αC(G) the cardinalities of the minimum clique-transversal and maximum clique-independent set of G, respectively. Say that G is clique-perfect when τC(H)=αC(H), for every induced subgraph H of G. In this paper, we prove that every graph not containing a 4-wheel nor a 3-fan as induced subgraphs and such that every odd cycle of length greater than 3 has a short chord is clique-perfect. The proof leads to polynomial time algorithms for finding the parameters τC(G) and αC(G), for graphs belonging to this class. In addition, we prove that to decide whether or not a given subset of vertices of a graph is a clique-transversal is Co-NP-Complete. The complexity of this problem has been mentioned as unknown in the literature. Finally, we describe a family of highly clique-imperfect graphs, that is, a family of graphs G whose difference τC(G)−αC(G) is arbitrarily large.


SIAM Journal on Discrete Mathematics | 1994

Clique Graphs of Chordal and Path Graphs

Jayme Luiz Szwarcfiter; Claudson F. Bornstein

Clique graphs of chordal and path graphs are characterized. A special class of graphs named expanded trees is discussed. It consists of a subclass of disk-Helly graphs. It is shown that the clique graph of every chordal (hence path) graph is an expanded tree. In addition, every expanded tree is the clique graph of some path (hence chordal) graph. Different characterizations of expanded trees are described, leading to a polynomial time algorithm for recognizing them.


cologne twente workshop on graphs and combinatorial optimization | 2007

On the generation of bicliques of a graph

Vânia M. F. Dias; Celina M. Herrera de Figueiredo; Jayme Luiz Szwarcfiter

An independent set of a graph is a subset of pairwise non-adjacent vertices. A complete bipartite set B is a subset of vertices admitting a bipartition B=X∪Y, such that both X and Y are independent sets, and all vertices of X are adjacent to those of Y. If both X,Y≠O, then B is called proper. A biclique is a maximal proper complete bipartite set of a graph. When the requirement that X and Y are independent sets of G is dropped, we have a non-induced biclique. We show that it is NP-complete to test whether a subset of the vertices of a graph is part of a biclique. We propose an algorithm that generates all non-induced bicliques of a graph. In addition, we propose specialized efficient algorithms for generating the bicliques of special classes of graphs.


Bit Numerical Mathematics | 1976

A search strategy for the elementary cycles of a directed graph

Jayme Luiz Szwarcfiter; Peter E. Lauer

The most successful known algorithms enumerating the elementary cycles of a directed graph are based on a backtracking strategy. Such existing algorithms are discussed and a new backtracking algorithm is proposed which is bounded byO(N +M(C + 1)) time, for a directed graph withN vertices,M edges andC elementary cycles.


latin american algorithms graphs and optimization symposium | 2010

Complexity results related to monophonic convexity

Mitre Costa Dourado; Fábio Protti; Jayme Luiz Szwarcfiter

The study of monophonic convexity is based on the family of induced paths of a graph. The closure of a subset X of vertices, in this case, contains every vertex v such that v belongs to some induced path linking two vertices of X. Such a closure is called monophonic closure. Likewise, the convex hull of a subset is called monophonic convex hull. In this work we deal with the computational complexity of determining important convexity parameters, considered in the context of monophonic convexity. Given a graph G, we focus on three parameters: the size of a maximum proper convex subset of G (m-convexity number); the size of a minimum subset whose closure is equal to V(G) (monophonic number); and the size of a minimum subset whose convex hull is equal to V(G) (m-hull number). We prove that the decision problems corresponding to the m-convexity and monophonic numbers are NP-complete, and we describe a polynomial time algorithm for computing the m-hull number of an arbitrary graph.


Discrete Mathematics | 2010

Some remarks on the geodetic number of a graph

Mitre Costa Dourado; Fábio Protti; Dieter Rautenbach; Jayme Luiz Szwarcfiter

A set of vertices D of a graph G is geodetic if every vertex of G lies on a shortest path between two not necessarily distinct vertices in D. The geodetic number of G is the minimum cardinality of a geodetic set of G. We prove that it is NP-complete to decide for a given chordal or chordal bipartite graph G and a given integer k whether G has a geodetic set of cardinality at most k. Furthermore, we prove an upper bound on the geodetic number of graphs without short cycles and study the geodetic number of cographs, split graphs, and unit interval graphs.


Theoretical Computer Science | 2005

Generating bicliques of a graph in lexicographic order

Vânia M. F. Dias; Celina M. Herrera de Figueiredo; Jayme Luiz Szwarcfiter

An independent set of a graph is a subset of pairwise non-adjacent vertices. A complete bipartite set B is a subset of vertices admitting a bipartition B = X ∪ Y, such that both X and Y are independent sets, and all vertices of X are adjacent to those of Y. If both X, Y ≠ 0, then B is called proper. A biclique is a maximal proper complete bipartite set of a graph. We present an algorithm that generates all bicliques of a graph in lexicographic order, with polynomial-time delay between the output of two successive bicliques. We also show that there is no polynomial-time delay algorithm for generating all bicliques in reverse lexicographic order, unless P = NP. The methods are based on those by Johnson, Papadimitriou and Yannakakis, in the solution of these two problems for independent sets, instead of bicliques.


Discrete Mathematics | 2009

Characterizations and recognition of circular-arc graphs and subclasses: A survey

Min Chih Lin; Jayme Luiz Szwarcfiter

Circular graphs are intersection graphs of arcs on a circle. These graphs are reported to have been studied since 1964, and they have been receiving considerable attention since a series of papers by Tucker in the 1970s. Various subclasses of circular-arc graphs have also been studied. Among these are the proper circular-arc graphs, unit circular-arc graphs, Helly circular-arc graphs and co-bipartite circular-arc graphs. Several characterizations and recognition algorithms have been formulated for circular-arc graphs and its subclasses. In particular, it should be mentioned that linear time algorithms are known for all these classes of graphs. In the present paper, we survey these characterizations and recognition algorithms, with emphasis on the linear time algorithms.


Information Processing Letters | 1999

Generating all the acyclic orientations of an undirected graph

Valmir Carneiro Barbosa; Jayme Luiz Szwarcfiter

Abstract Let G be an undirected graph with n vertices, m edges and α acyclic orientations. We describe an algorithm for finding all these orientations in overall time O ((n+m)α) and delay complexity O (n(n+m)) . The space required is O (n+m) .

Collaboration


Dive into the Jayme Luiz Szwarcfiter's collaboration.

Top Co-Authors

Avatar

Mitre Costa Dourado

Federal University of Rio de Janeiro

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Min Chih Lin

University of Buenos Aires

View shared research outputs
Top Co-Authors

Avatar

Fábio Protti

Federal Fluminense University

View shared research outputs
Top Co-Authors

Avatar

Guillermo Durán

National Scientific and Technical Research Council

View shared research outputs
Top Co-Authors

Avatar

Vinícius Fernandes dos Santos

Federal University of Rio de Janeiro

View shared research outputs
Top Co-Authors

Avatar

Francisco J. Soulignac

National Scientific and Technical Research Council

View shared research outputs
Top Co-Authors

Avatar

Celina M. Herrera de Figueiredo

Federal University of Rio de Janeiro

View shared research outputs
Top Co-Authors

Avatar

Vinícius Gusmão Pereira de Sá

Federal University of Rio de Janeiro

View shared research outputs
Top Co-Authors

Avatar

Flavia Bonomo

University of Buenos Aires

View shared research outputs
Researchain Logo
Decentralizing Knowledge