fbc¶ Helper functions for working with FBC and cobrapy models. set_flux_bounds ¶ set_flux_bounds(reaction, lb, ub) Set flux bounds on given reaction. add_default_flux_bounds ¶ add_default_flux_bounds(doc, lower=-100.0, upper=100.0) Add default flux bounds to SBMLDocument. :param doc: SBMLDocument :param lower: lower flux bound :param upper: upper flux bound :return: set_boundary_conditions_false ¶ set_boundary_conditions_false(doc) Set all boundaryConditions to False in the model.