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 388b1d5 commit ca2cc80Copy full SHA for ca2cc80
examples/example04.jl
@@ -9,7 +9,7 @@ import Random
9
# Init and Solve network
10
11
param = init_parameters(K = 100, labor_mobility = false,
12
- N = 1, gamma = 1, beta = 1, duality = false)
+ N = 1, gamma = 1, beta = 1, duality = true)
13
w = 13; h = 13
14
graph = create_graph(param, w, h, type = "map")
15
0 commit comments