zdd_or: zdd_or

Description Usage Arguments Value Examples

View source: R/zdd_or.R

Description

zdd_or

Usage

1

Arguments

...

a list of objects that can be coerced to zdds

Value

a zdd that is the union of all inputs

Examples

1
2
3
zdd_or(1,2,3,4)
zdd_or( zdd_and(1,2), zdd_and(3,4) ) # { {1,2}, {3,4} }
zdd_or( zdd_and(1,2,3,4,5), 4)       # { {4} }

jordagaman/zddr documentation built on June 29, 2021, 4:23 a.m.