Skip to content
Snippets Groups Projects
Unverified Commit e60fd2a5 authored by St. Elmo's avatar St. Elmo
Browse files

changed variable

parent 20b7f910
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@ Convert LinearModel to the JuMP model, place objectives and the equality
constraint.
"""
function make_optimization_model(
model::LM,
model::MM,
optimizer;
sense = MOI.MAX_SENSE,
) where {LM<:MetabolicModel}
) where {MM<:MetabolicModel}
m, n = size(stoichiometry(model))
xl, xu = bounds(model)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment