We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838bc31 commit 0f6fdfdCopy full SHA for 0f6fdfd
1 file changed
src/main/create_graph.jl
@@ -17,7 +17,6 @@ Initialize the underlying graph, population and productivity parameters.
17
- `x::Vector{Float64}`: x coordinate (longitude) of each node (only used for custom network)
18
- `y::Vector{Float64}`: y coordinate (latitude) of each node (only used for custom network)
19
- `omega::Vector{Float64}`: Vector of Pareto weights for each node or region in partial mobility case (default ones(J or nregions))
20
-- `m::Vector{Float64}=ones(N)`: Vector of weights Nx1 in the cross congestion cost function
21
- `Zjn::Matrix{Float64}`: J x N matrix of producties per node (j = 1:J) and good (n = 1:N) (default ones(J, N))
22
- `Lj::Vector{Float64}`: Vector of populations in each node (j = 1:J) (only for fixed labour case)
23
- `Hj::Vector{Float64}`: Vector of immobile good in each node (j = 1:J) (e.g. housing, default ones(J))
0 commit comments