Skip to content
Snippets Groups Projects
Select Git revision
  • 52b45dc577e20a76527ec8348530c6c1077e41d5
  • master default protected
  • dev
  • sybilNLO
  • gprBug
  • maximumtotalflux
  • easyConstraint
  • switchbug
  • thuong
  • momafix
  • rmReactBug
11 results

optsol_fluxVar-class.Rd

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    optsol_fluxVar-class.Rd 7.86 KiB
    \name{optsol_fluxVar-class}
    
    \Rdversion{1.1}
    \docType{class}
    
    \alias{optsol_fluxVar-class}
    
    \alias{react,optsol_fluxVar-method}
    \alias{react<-,optsol_fluxVar-method}
    \alias{maxSol,optsol_fluxVar-method}
    \alias{minSol,optsol_fluxVar-method}
    \alias{plot,optsol_fluxVar,missing-method}
    \alias{plotRangeVar,optsol_fluxVar-method}
    \alias{plotRangeVar}
    \alias{blReact,optsol_fluxVar-method}
    \alias{blReact}
    
    
    \title{Class \code{"optsol_fluxVar"}}
    
    \description{
      Structure of the class \code{"optsol_fluxVar"}. Objects of that class are
      returned by the function \code{\link{fluxVar}}.
    }
    
    \section{Objects from the Class}{
      Objects can be created by calls of the form
      \code{new("optsol_fluxVar", ...)}.
    }
    
    \section{Slots}{
      \describe{
        \item{\code{react}:}{Object of class \code{"reactId"}
          containing reaction id's for which ranges were calculated.
        }
        \item{\code{preProc}:}{Object of class \code{"ppProc"}
          containing the results of pre-processing.
          See also \code{\link{optimizeProb}}.
        }
        \item{\code{postProc}:}{Object of class \code{"ppProc"}
          containing the results of post-processing.
          See also \code{\link{optimizeProb}}.
        }
        \item{\code{mod_id}:}{Object of class \code{"character"}
          containing the model id of the used model.
        }
        \item{\code{mod_key}:}{Object of class \code{"character"}
          containing the model key of the used model.
        }
        \item{\code{solver}:}{Object of class \code{"character"}
          indicating the used solver.
        }
        \item{\code{method}:}{Object of class \code{"character"}
          indicating the used method.
        }
        \item{\code{algorithm}:}{Object of class \code{"character"}
          containing the name of the algorithm used for optimizations.
        }
        \item{\code{num_of_prob}:}{Object of class \code{"integer"}
          indicating the number of optimization problems.
        }
        \item{\code{lp_num_cols}:}{Object of class \code{"integer"}
          indicating the number of columns.
        }
        \item{\code{lp_num_rows}:}{Object of class \code{"integer"}
          indicating the number of rows.
        }
        \item{\code{lp_obj}:}{Object of class \code{"numeric"}
          containing the optimal values of the objective function after
          optimization.