Skip to content
Snippets Groups Projects
Commit b0703a39 authored by Claus Jonathan Fritzemeier's avatar Claus Jonathan Fritzemeier
Browse files

docu

parent 329f5a91
No related branches found
No related tags found
No related merge requests found
\name{sysBiolAlg_fba-class}
\name{sysBiolAlg_fbaEasyConstraint-class}
\Rdversion{1.1}
\encoding{utf8}
......@@ -115,12 +115,10 @@
The optimization can be executed by using \code{\link{optimizeProb}}.
The additional i-th EasyConstraint will be added as follows to the problem: \emph{to be checked.}
\deqn{
\begin{array}{l}%
\code{lb} <= v_\code{react\[\[i\]\]} * (x_i)^T <= \code{ub}
\end{array}%
\deqn{%
\gamma <= v_{r^i} * (x_i)^T <= \delta
}{
\code{lb} <= v_{\code{react\[\[i\]\]}} * (x_i)^T <= \code{ub}
\code{lb} <= v_{\code{react[[i]]}} * (x_i)^T <= \code{ub}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment