Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 30, 2024
1 parent 288de2f commit 61f23eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorials/linear/multiple_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Test.@test result_count(model) == 1
solution_summary(model)

# We need to set specific Gurobi parameters to enable the
# [multiple solution functionality](https://www.gurobi.com/documentation/9.0/refman/finding_multiple_solutions.html).
# [solution pool](https://docs.gurobi.com/projects/optimizer/en/current/features/solutionpool.html).

# The first setting turns on the exhaustive search mode for multiple solutions:

Expand Down Expand Up @@ -149,4 +149,4 @@ for i in 1:result_count(model)
end

# The result is the full list of feasible solutions. So the answer to "how many
# such squares are there?" turns out to be 20.
# such squares are there?" turns out to be 20.

0 comments on commit 61f23eb

Please sign in to comment.