cobrapy_reaction

Cobrapy Reaction method overrides and enhancements.

This module patches cobra Reaction methods for performance optimisation: - update_variable_bounds_slim(): Skip optlang sync when solver not needed - bounds setter: Support slim mode for bulk bound updates

Use case: When building large models without solver (performance), use slim bounds mode to avoid optlang overhead. Populate solver before optimisation.

Author: Jelle Bonthuis (MaCSBio)

Functions

update_variable_bounds_slim(self)

Generated: validation needed