Description Usage Arguments Details Value See Also
This function is deprecated. github.com/Fl0Sch/ROI.plugin.gurobi is recommended instead.
| 1 | expanded_to_gurobi(reactions_expanded)
 | 
| reactions_expanded | A list of data frames as output by  | 
Used as the second half of reactiontbl_to_gurobi, this parses the long format produced by reactiontbl_to_expanded to a Gurobi model
For installation instructions for Gurobi, refer to the Gurobi website: https://www.gurobi.com/.
The reaction_table must have columns:
abbreviation,
equation,
uppbnd,
lowbnd, and
obj_coef.
A list suitable for input to Gurobi.
Other parsing_and_conversion: 
expanded_to_ROI(),
expanded_to_glpk(),
reactiontbl_to_expanded(),
reactiontbl_to_gurobi()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.