Skip to content

Commit

Permalink
Update docs/src/tutorials/algorithms/benders_decomposition.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 7, 2023
1 parent 2243ada commit abd36d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/algorithms/benders_decomposition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ optimize!(lazy_model)

number_of_subproblem_solves

# But for larger problem, you cann expect the callback algorithm to be more
# But for larger problem, you can expect the callback algorithm to be more
# efficient than the iterative algorithm.

# Finally, we can obtain the optimal solution:
Expand Down

0 comments on commit abd36d6

Please sign in to comment.