LCSB-BioCore / COBREXA.jl

Constraint-Based Reconstruction and EXascale Analysis
https://lcsb-biocore.github.io/COBREXA.jl/
Apache License 2.0
43 stars 9 forks source link

Add `Result` type #761

Closed stelmo closed 1 year ago

stelmo commented 1 year ago

This should allow things like:

model |> flux_balance_analysis(Tulip.Optimizer) |> values_dict(:reaction)
model |> flux_balance_analysis(Tulip.Optimizer) |> parsimonious_refinement(Clarabel.Optimizer; semantics=:reaction) |> values_dict(:reaction)
stelmo commented 1 year ago

Would supercede #747

stelmo commented 1 year ago

Superceded by #763