boolIntersect: Boolean intersection

Description Usage Arguments Details Value Author(s) Examples

Description

Boolean intersection

Usage

1
boolIntersect(..., string = TRUE)

Arguments

...

string represented implicants.

string

whether returned the string represented outcome or data.frame represented outcome.

Details

It is an operator of boolean intersection.

Value

A string or data frame.

Author(s)

Ronggui HUANG

Examples

1
boolIntersect("a*B*D","a*B*c")

Ronggui/QCA3 documentation built on May 9, 2019, 10:31 a.m.