1 / 9

12. Implementation Methods

This article explores the implementation methods for evaluating and manipulating gap-graphs, which visually represent conjunctions of difference constraints. It discusses techniques such as shortcuts, merging, relation algebra, and matrix representation. Additionally, it addresses questions regarding satisfiability testing, vertex shortcutting, graph merging, datalog query evaluation, finding complement and difference, set-graphs, and optimization of relational algebra.

smithljames
Download Presentation

12. Implementation Methods

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 12. Implementation Methods Evaluation with gap-graphs Gap-graphs – visually represents a conjunctions of difference constraints

  2. Shortcut – u a+b v if u a x and x b v

  3. Merge – union vertices and edges from both input gap-order graphs. If some edge occurs but different labels, then keep larger label. Relation algebra on set of gap-graphs – can be defined based on shortcut and merge.

  4. Evaluation with matricesMatrix representation of first gap-graph: Question: how can we test satisfiability of a gap- graph ?

  5. Question: how can we shortcut a vertex ? Question: how can we merge two gap-graph ?

  6. Question: how do we evaluate datalog queries ? Question: how do we find complement and difference ?

  7. Boolean constraints • Set-graphs – represent conjunction of subset constraints

  8. Pairs of matrices for each set-graph Question: how do we test satisfiability ?

  9. Optimization of relational algebra • Perform selection and projection as early as possible by applying algebraic rewrite rules.

More Related