Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
19 lines (16 sloc) 556 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/compression.R
\name{compress_bmodel}
\alias{compress_bmodel}
\title{Compress BoolModel}
\usage{
compress_bmodel(bmodel, encoding)
}
\arguments{
\item{bmodel}{S4 BoolModel object.}
\item{encoding}{named numerical vector returned by get_encodings().}
}
\description{
This function compresses S4 BoolModel object by representing variables using numbers, and also only the act rules and inh rules are kept.
Return a list of 3 vectors, corresponding to act rules and inh rules.
}