Skip to content

Commit ca2cc80

Browse files
committed
Enable duality.
1 parent 388b1d5 commit ca2cc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example04.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Random
99
# Init and Solve network
1010

1111
param = init_parameters(K = 100, labor_mobility = false,
12-
N = 1, gamma = 1, beta = 1, duality = false)
12+
N = 1, gamma = 1, beta = 1, duality = true)
1313
w = 13; h = 13
1414
graph = create_graph(param, w, h, type = "map")
1515

0 commit comments

Comments
 (0)