Certain simulations can be run using different algorithms. For example,
a single gene deletion study (oneGeneDel) can be performed with
FBA, MOMA or the like. With this funktion you can add a new algorithm to
an existing kind of simulation.
Usage
addAlgorithm(alg, fkt = "optimizer")
Arguments
alg
A single character string containing the name of the new algorithm.
fkt
A function name, which can make use of the new algorithm.