From b0703a39c9e175b5663d9e0d8b985fbd133898e2 Mon Sep 17 00:00:00 2001 From: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@hhu.de> Date: Mon, 19 Oct 2015 17:30:51 +0200 Subject: [PATCH] docu --- man/sysBiolAlg_fbaEasyConstraint-class.Rd | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/man/sysBiolAlg_fbaEasyConstraint-class.Rd b/man/sysBiolAlg_fbaEasyConstraint-class.Rd index 00f9381..9d6677b 100644 --- a/man/sysBiolAlg_fbaEasyConstraint-class.Rd +++ b/man/sysBiolAlg_fbaEasyConstraint-class.Rd @@ -1,4 +1,4 @@ -\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} } } -- GitLab