absorption | R Documentation |
applies absorption law to a disjuncitve normal form
absorption(bString, model = NULL)
bString |
a disjunctive normal form or binary vector according to model |
model |
Model object including the search space, if available. See CellNOptR::preprocessing. |
bString after absorption law
Martin Pirkl
graph <- c("A+B=C", "A=C")
absorption(graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.