You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> s = Set([:foo,:bar]);
julia> @defVar(m, x[s]);
julia> x[:foo]
ERROR: no method getindex(Set{Symbol}, Int64)
in fillVarNames at /home/mlubin/.julia/v0.3/JuMP/src/print.jl:49
in getName at /home/mlubin/.julia/v0.3/JuMP/src/JuMP.jl:201
in show at /home/mlubin/.julia/v0.3/JuMP/src/print.jl:311
This might be fixed anyway when printing is rewritten for #192.
The text was updated successfully, but these errors were encountered:
This might be fixed anyway when printing is rewritten for #192.
The text was updated successfully, but these errors were encountered: