It is possible to simulate any number of flux constraints by running UpdateBounds and Run FBA in a loop, but for large set of constraints that approach is timeconsuming. This node provides syntactic sugar for simulation of hundreds and thousands of constraint combinations in one run. It takes the model to simulate and table of reaction bounds in which raws corresponds to reactions and columns to constraints. Cells of the table contains flux bounds for reaction within the particular constraint. Columns defining the lower and upper bounds should be selected via **Lower bounds** and **Upper bounds** dialog respectively. The output of the component is the table with objective values for each constraint.
- Type: Pythonmodelcobrapy Model object from other FBA components
- Type: TablePort 2