This is an old revision of the document!
using JuMP, DataFrames # Sets clusters = ["c1", "c2", "c3", 2,4] # Parameters dist = Dict( (r[:cluster],d) => r[Symbol(d)] for r in eachrow(dist_table), d in docks) # Model declaration storm = Model() # transport model
not in code
using JuMP, DataFrames # Sets clusters = ["c1", "c2", "c3", 2,4] # Parameters dist = Dict( (r[:cluster],d) => r[Symbol(d)] for r in eachrow(dist_table), d in docks) # Model declaration storm = Model() # transport model