Analysis of Algorithms Calculating the Maximal Disjoint Decomposition of a Set

From LRDE

Revision as of 09:50, 1 February 2017 by Bot (talk | contribs) (Created page with "{{Publication | published = true | date = 2016-11-17 | lrdekeywords = types, set theory, graph, lisp | lrdenewsdate = 2016-11-17 | lrdepaper = http://www.lrde.epita.fr/dload/p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

In this article we demonstrate 4 algorithms for calculating the maximal disjoint decomposition of a given set of types. We discuss some advantages and disadvantages of each, and compare their performance. We extended currently known work to describe an efficient algorithm for manipulating binary decision diagrams representing types in a programming language which supports subtyping viewed as subsets.

Documents

Bibtex (lrde.bib)

@TechReport{	  newton.17.dtd.report,
  author	= {Jim Newton},
  title		= {Analysis of Algorithms Calculating the Maximal Disjoint
		  Decomposition of a Set},
  institution	= {LRDE},
  year		= 2017,
  address	= {Paris, France},
  month		= jan,
  abstract	= { In this article we demonstrate 4 algorithms for
		  calculating the maximal disjoint decomposition of a given
		  set of types. We discuss some advantages and disadvantages
		  of each, and compare their performance. We extended
		  currently known work to describe an efficient algorithm for
		  manipulating binary decision diagrams representing types in
		  a programming language which supports subtyping viewed as
		  subsets.}
}