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
home_test_julia.1486455868.txt.gz · Last modified: 2018/06/18 15:10 (external edit)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0