constraintscan


source

normalise_within_bounds

 normalise_within_bounds (constraint_series, parameter_df)

source

generate_constraints_df

 generate_constraints_df (constraints_df, params_df)

This functions takes a list of constraints along with a dataframe that contains the bounds for the parameters that these constraints should apply to It uses the bounds from the dataframe with the values from the constraints_list to generate a dataframe of constraints for running a constraint scan


source

solve_model_for_constraint_scan

 solve_model_for_constraint_scan (constraints, fba_model, light_colour,
                                  printouts=False)