COBREXA / COBREXA.jl

COnstraint Based Reconstruction and EXascale Analysis (in Julia)
https://cobrexa.github.io/COBREXA.jl/stable/
Apache License 2.0
9 stars 0 forks source link

use the efficient JuMP substitutes, clean up the bounds transcription #28

Closed exaexa closed 6 months ago

exaexa commented 6 months ago

this should speed up more things (and avoid the annoying warning from jump on bigger models)

exaexa commented 6 months ago

(note for self: actual perf difference is around 1.5s to 0.5s on a 75kvar model. so kinda paid off I guess.)