(* Author: Bernhard Stöckl *) theory JoinTree imports Complex_Main "HOL-Library.Multiset" "Selectivities" begin section ‹Join Tree› text‹ Relations have an identifier and cardinalities. Joins have two children and a result cardinality. The datatype only represents the structure while cardinalities are given by a separate function. ›