Skip to content

Commit b8ec659

Browse files
committed
Add CGC option.
1 parent 084febf commit b8ec659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/paper_example02.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ width = 9
1010
height = 9
1111
nb_cities = 20
1212

13-
param = init_parameters(K = 100, annealing = false)
13+
param = init_parameters(K = 100, annealing = false, cross_good_congestion = false)
1414
graph = create_graph(param, width, height, type = "triangle") # case with random cities, one good
1515

1616
# set fundamentals

0 commit comments

Comments
 (0)