3.12 $>$= : Greater than or equal to operator

Format

ZDD Object $zdd1$ $>$= $zdd2$

Description

Compare itemsets contained in $zdd1$ with itemsets contained in $zdd2$, select itemsets where the weight is greater than or equal to $zdd2$.

Example

Example 1: Basic Eaxample

Refer to the example in==.

See Also

==, $<$, $<=$, $>$, $>=$, ne? : Various comparison operations