(compare-sets set-a0 set-b0)
Encode the relationship between two sets:
left = rigth => 0 left subset of right => -1 right subset of left => 1 Otherwise nil
Encode the relationship between two sets: left = rigth => 0 left subset of right => -1 right subset of left => 1 Otherwise nil
(compute-specific-function system dispatch-state args-memberships)
(prepare-system-with-query-element system set-memberships)
(set-vectors-dominate? va vb)
va and vb are collections of sets. va is said to dominate vb if all of its sets are subsets of the corresponding sets of vb and at least one of these relations is strict subset
va and vb are collections of sets. va is said to dominate vb if all of its sets are subsets of the corresponding sets of vb and at least one of these relations is strict subset
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close