x3cflux.get_inequalities_from_bounds
- class x3cflux.get_inequalities_from_bounds(simulator, bounds: Dict[str, Tuple[float, float]])
Turns a list of bounds into a system of linear inequality constraints of a metabolic model (defined by the simulator).
- Parameters:
simulator – Simulator object, whose parameters to bound
bounds – Parameter boundary constraints
- Returns:
Matrix and vector of a linear inequality system