transRed: transitive reduction

View source: R/bnem_main.r

transRedR Documentation

transitive reduction

Description

calculates transitive reduction of a hyper-graph in normal form

Usage

transRed(g, max.iter = NULL, verbose = FALSE)

Arguments

g

hyper-graph in normal form

max.iter

maximal number of iterations till convergence

verbose

TRUE for verbose output

Value

transitive reduction of the hyper-graph in normal form

Author(s)

Martin Pirkl

Examples

g <- c("A=B", "A=C", "B=C", "B=D", "!A=D")
gred <- transRed(g)

MartinFXP/B-NEM documentation built on Oct. 27, 2023, 8:24 p.m.