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 084febf commit b8ec659Copy full SHA for b8ec659
examples/paper_example02.jl
@@ -10,7 +10,7 @@ width = 9
10
height = 9
11
nb_cities = 20
12
13
-param = init_parameters(K = 100, annealing = false)
+param = init_parameters(K = 100, annealing = false, cross_good_congestion = false)
14
graph = create_graph(param, width, height, type = "triangle") # case with random cities, one good
15
16
# set fundamentals
0 commit comments