zdd_hash: zdd hash

Description Usage Arguments Value Examples

View source: R/zdd.R

Description

zdd hash

Usage

1
zdd_hash(value, p0, p1)

Arguments

value

the integer value of the node

p0

the negative compliment of the zdd with respect to value, expressed as class zdd

p1

the positive compliment of the zdd with respect to value, expressed as class zdd

Value

hash

Examples

1
zddr:::zdd_hash(1L, as_zdd(FALSE), as_zdd(TRUE))

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