Set up multi-formulation architecture; start merging akazachk's code

This commit is contained in:
2021-05-30 07:14:28 -05:00
parent 483c793d49
commit bf6d19343e
15 changed files with 486 additions and 114 deletions

View File

@@ -19,7 +19,7 @@ function set_name(x::Float64, n::String)
# nop
end
function _get(model::JuMP.Model, key::Symbol)::OrderedDict
function _init(model::JuMP.Model, key::Symbol)::OrderedDict
if !(key in keys(object_dictionary(model)))
model[key] = OrderedDict()
end