Technical Reports Published in 1992

  • DCC-92-12 pdf bib
    Browsing and querying in object-oriented databases.
    Juliano L. de Oliveira and Ricardo O. Anido.
    December 1992. In English, 31 pages.

    Abstract: We present a new interface for Object-Oriented Database Management Systems (OODBMSs). The GOODIES system (an acronym for Graphical Object Oriented Database Interface with Extended Synchronism) combines and expands the functions of many existing interface systems, introducing some new concepts for improved browsing in an OODBMS. The implementation of GOODIES proposes a new approach to database interfaces development: instead of being strongly dependent of the underlying DBMS, GOODIES is based on the main features of the object-oriented data model. The system design is based on an internal model and on an external model. The internal model defines the relationships that bind the interface to the DBMS. The external model determines the possible interaction between the user and the interface system. This paper describes the concepts of the external model of the GOODIES system.

  • DCC-92-11 pdf bib
    Debugging aids for statechart-based systems.
    V. G. S. Elias and Hans K. E. Liesenberg.
    November 1992. In English, 9 pages.

    Abstract: This paper describes a software development environment which transforms specifications defined in terms of statecharts into functionally equivalent programs in C. The environment encourages the user to maintain developed systems at the highest supported abstraction level, i.e. at the statechart specification level. This process is aided by a concurrent animation of the statechart specification with the execution of the corresponding functionally equivalent program. The events which drive the execution of the program are handed over to a statechart simulator either in real time or are registered in a log file and later submitted to the simulator. At the latter alternative, the user controls the firing of events which are used to animate the program's statechart at an appropriate pace. Those facilities may be used to validate developed systems as well as to pin-point design errors such as, for instance, infinite loops or deadlocks.

  • DCC-92-10 pdf bib
    Examples of informal but rigorous correctness proofs for tree traversing algorithms.
    Tomasz Kowaltowski.
    November 1992. In English, 26 pages.

    Abstract: Correctness of several tree traversing algorithms is proved in an informal but quite rigorous way by using induction and a convenient graphical representation for the state of computation. These proofs are much simpler than their formal counterparts and provide an intuitive insight for the ideas behind the algorithms.

  • DCC-92-09 pdf bib
    On clique-complete graphs.
    Cláudio L. Lucchesi, Célia P. de Mello, and Jayme L. Szwarcfiter.
    November 1992. In English, 10 pages.

    Abstract: A graph is clique-complete if no two of its maximal cliques are disjoint. A vertex is universal if it is adjacent to all other vertices in the graph. We prove that every clique-complete graph either contains a universal vertex or an induced subgraph in an indexed family ${\cal Q} := \{
        Q_{2n + 1}: n \geq 1 \}$, defined in the text. We show that this is precisely the family of minimal graphs which are clique-complete but have no universal vertices. The minimality used here refers to induced subgraphs.

    For $n \geq 2$, we show that $Q_{2n + 1}$ is neither perfect nor planar. It follows that every planar clique-complete graph without a universal vertex contains an induced subgraph isomorphic to $Q_3$. A similar result holds for perfect clique-complete graphs without universal vertices. We also specialize the latter result for certain classes of perfect graphs.

  • DCC-92-08 pdf bib
    Maintaining integrity constraints across versions in a database.
    Claudia M. B. Medeiros, Geneviève Jomier, and Wojciech Cellary.
    November 1992. In English, 25 pages.

    Abstract: This paper analyzes the problem of maintaining application-dependent integrity constraints in databases for design environments. Such environments are characterized by the need to support different types of interaction between integrity maintenance and version maintenance mechanisms. The paper describes these problems, and proposes a framework in which they can be treated homogeneously. We thus bridge the gap existing between research on constraint maintenance and on version control, which has so far posed several problems to researchers in these two areas.

  • DCC-92-07 pdf bib
    New experimental results for bipartite matching.
    João C. Setubal.
    November 1992. In English, 17 pages.

    Abstract: We present experimental results for 3 bipartite matching algorithms on 3 classes of sparse graphs. The push-relabel maximum flow algorithm, specialized for unweighted bipartite graphs, came out as the most robust algorithm, being the fastest by a significant margin in two of the classes and competitive in the other one. The other two algorithms implemented are Hopcroft and Karp's and Alt, Blum, Mehlhorn, and Paul's, and it is noteworthy that both have better worst-case bounds than the push-relabel algorithm. The input classes used are variations of random bipartite graphs. We also show that speed-ups of up to 3.2 with respect to the sequential implementation can be obtained by parallelizing the push-relabel algorithm on a shared-memory multiprocessor using up to 12 processors.

  • DCC-92-06 pdf bib
    Implementing integrity control in active databases.
    Claudia M. B. Medeiros and Márcia J. Andrade.
    July 1992. In English, 25 pages.

    Abstract: This paper presents an integrity maintenance system that has been developed for maintaining static constraints in databases, using the active database paradigm. This system has been added to the O2 object oriented database system, and is fully functional. Constraints are specified by the user in a first order logic language, and transformed in production rules, which are stored in the database. The rules are then used to maintain the corresponding set of constraints, for all applications that use the database, and which no longer need to worry about integrity control. We extend previous work on constraint maintenance in two ways: our system can be used as a constraint maintenance layer on top of object-oriented, relational and nested relational databases; in the case of object-oriented systems, we provide constraint support not only in the case of object composition, but also consider inheritance and methods.

  • DCC-92-05 pdf bib
    An $(l,u)$-transversal theorem for bipartite graphs.
    Cláudio L. Lucchesi and Dan H. Younger.
    June 1992. In English, 11 pages.

    Abstract: Continuing the work begun by Philip Hall in 1935, we here give necessary and sufficient conditions for the existence, in a bipartite graph, of a set of edges satisfying specified lower and upper bounds. Here the graph is directed bipartite; lower and upper bounds are specified by integer-valued functions, $l$ and $u$, on the collection of all directed sets of vertices, or perhaps on some subcollection, such as the collection of singletons. We require these functions to be super- and sub-modular, respectively. An $(l,u)$-transversal is a set $t$ of edges that satisfies these bounds. A second restriction, $q \subseteq t \subseteq r$, for edge sets $q$ and $r$, is also permitted.

    One might hope to give necessary and sufficient conditions for the existence of a general $(l,u)$-transversal. In this paper, this is done for the special case in which the domain of one of the functions, say $u$, is restricted to singletons. Graph $G$ contains an $(l,u)$-transversal $t$ such that $q \subseteq t \subseteq r$ if and only if for each $X$ in $\mathop{\rm dom} l$ and each subset $N$ of $VG$, $l X
        \leq u N + [q,r](X \oplus N)$. This function $[q,r]$, when applied to a set $Y$ of vertices of $G$, is the number of edges of $r$ directed away from $Y$ minus the number of edges of $q$ directed toward $Y$.

    This work is motivated by the Woodall Conjecture, which states: in any directed graph, a largest packing of transversals of directed coboundaries is equal in size to a smallest directed cut. We observe that the domain of this Conjecture can be reduced to directed bipartite graphs. For such graphs, the partial $(l,u)$-theory developed here is used to show that the edge set of any directed bipartite graph can be partitioned into two subsets, one a transversal of directed coboundaries, the other a $(k-1)$-transversal of the vertex coboundaries. In this application we require the supermodularity of the size of a maximum partition of a directed coboundary into directed cuts.

  • DCC-92-04 pdf bib
    A note on primitives for the manipulation of general subdivisions and the computation of Voronoi diagrams.
    Welson R. Jacometti.
    June 1992. In English, 8 pages.

    Abstract: We note that a few modifications to the Guibas and Stolfi's algorithm for Nearest-Neighbor Delaunay Triangulation produce an algorithm for the Farthest-Neighbor Delaunay Triangulation (a triangulation of the convex hull of the set of points) that, like the original, runs in optimal $O(n \log n)$ time and linear space.

  • DCC-92-03 pdf bib
    On the irrelevance of edge orientations on the acyclic directed two disjoint paths problem.
    Cláudio L. Lucchesi and Maria Cecília M. T. Giglio.
    June 1992. In English, 7 pages.

    Abstract: Given an undirected graph $G$ and four distinct special vertices $s_1, s_2, t_1, t_2$, the Two Disjoint Paths Problem consists in determining whether there are two disjoint paths connecting $s_1$ to $t_1$ and $s_2$ to $t_2$, respectively.

    There is an analogous version of the problem for acyclic directed graphs, in which it is required that the two paths be directed, as well.

    The known characterizations for the nonexistence of solutions in both problems are, in some sense, the same, which indicates that under some weak conditions the edge orientations in the directed version are irrelevant.

    We present the first direct proof of the irrelevance of edge orientations.

  • DCC-92-02 pdf bib
    Point set pattern matching in $d$-dimensions.
    Pedro J. de Rezende and Der-Tsai Lee.
    July 1992. In English, 29 pages.

    Abstract: In this paper, we apply computational geometry techniques to obtain an efficient algorithm for the following point set pattern matching problem. Given a set $S$ of $n$ points and a set $P$ of $k$ points in the $d$-dimensional Euclidean space, determine whether $P$ matches any $k$-subset of $S$, where a match can be any similarity, i.e., the set $P$ is allowed to undergo translation, rotation, reflection and global scaling. Motivated by the need to traverse the sets in an orderly fashion to shun exponential complexity, we circumvent the lack of a total order for points in high dimensional spaces by presenting an extension of one-dimensional sorting to higher dimensions (called circular sorting). This mechanism, which is of interest in its own right, enables us to achieve the orderly traversal we sought. An optimal algorithm (in time and space) is described for performing circular sorting in arbitrary dimensions. The time complexity of the resulting algorithm for point set pattern matching is $O(n\log n+kn)$ for dimension one and $O(kn^d)$ for dimension $d\geq 2$.

  • DCC-92-01 pdf bib
    Applications of finite automata representing large vocabularies.
    Cláudio L. Lucchesi and Tomasz Kowaltowski.
    January 1992. In English, 25 pages.

    Abstract: The construction of minimal acyclic deterministic partial finite automata to represent large natural language vocabularies is described. Applications of such automata include: spelling checkers and advisers, multilanguage dictionaries, thesauri, minimal perfect hashing and text compression.


  • Instituto de Computação :: Universidade Estadual de Campinas
    Caixa Postal 6176 • Av. Albert Einstein, 1251 - Cidade Universitária • CEP 13083-970 • Campinas/SP - Brasil • Fone: [19] 3521-5838