Skip to content

Commit

Permalink
point to the flux_balance_constraints from envelope frontend docs
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jan 31, 2024
1 parent 44015a4 commit d488276
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/frontend/envelope.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ $(TYPEDSIGNATURES)
Find the objective production envelope of the `model` in the dimensions given
by `reactions`.
This runs a variability analysis of constraints to determine an applicable
range for the dimensions, then splits the dimensions to equal-sized breaks (of
count `breaks` for each dimension, i.e. total `breaks ^ length(reactions)`
individual "multidimensional breaks") thus forming a grid, and returns an array
of fluxes through the model objective with the individual reactions fixed to
flux as given by the grid.
This runs a variability analysis of the fluxes given by
[`flux_balance_constraints`](@ref) to determine an applicable range for the
dimensions, then splits the dimensions to equal-sized breaks (of count `breaks`
for each dimension, i.e. total `breaks ^ length(reactions)` individual
"multidimensional breaks") thus forming a grid, and returns an array of fluxes
through the model objective with the individual reactions fixed to flux as
given by the grid.
`optimizer` and `settings` are used to construct the optimization models.
Expand Down

0 comments on commit d488276

Please sign in to comment.