Skip to content

Commit

Permalink
Update tsp_lazy_constraints.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 30, 2024
1 parent 3e47a29 commit e5c8113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/algorithms/tsp_lazy_constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function generate_distance_matrix(n; random_seed = 1)
return X, Y, d
end

n = 50
n = 100
X, Y, d = generate_distance_matrix(n)

# For the JuMP model, we first initialize the model object. Then, we create the
Expand Down

0 comments on commit e5c8113

Please sign in to comment.