Skip to content

Commit af69bdb

Browse files
authored
[docs] update dead gurobi link (#3964)
1 parent b5997d4 commit af69bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/linear/tips_and_tricks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ M = 100
219219
# !!! warning
220220
# If `M` is too small, the solution may be suboptimal. If `M` is too big,
221221
# the solver may encounter numerical issues. Try to use domain knowledge to
222-
# choose an `M` that is just right. Gurobi has a [good documentation section](https://www.gurobi.com/documentation/9.1/refman/dealing_with_big_m_constra.html)
222+
# choose an `M` that is just right. Gurobi has a [good documentation section](https://docs.gurobi.com/projects/optimizer/en/current/concepts/numericguide/tolerances_scaling.html#dealing-with-big-m-constraints)
223223
# on this topic.
224224

225225
# ## [Indicator constraints](@id tips_indicator_constraint)

0 commit comments

Comments
 (0)