| lpsolve {FBA} | R Documentation |
lpsolve(model);
a tuple list of the FBA lpp solver result:
objective, target objective function value
flux, the flux distribution result tuple list, key name is the flux id and the value is the flux value.
additional, the original .NET CLR LPPSolution object is attached inside the result object attribute lpp, which could be get from the result object via attr(x) function.. the list data also has some specificied data fields: list(objective, flux).