We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11b38b commit a2b78f4Copy full SHA for a2b78f4
src/FileFormats/MOF/write.jl
@@ -35,7 +35,6 @@ function Base.write(io::IO, model::Model)
35
end
36
37
function _write_variables(variables::Vector{NamedTuple}, model::Model)
38
- variables = NamedTuple[]
39
name_map = Dict{MOI.VariableIndex,String}()
40
for index in MOI.get(model, MOI.ListOfVariableIndices())
41
variable = moi_to_object(index, model)
0 commit comments