Skip to content

Commit 7aac7ef

Browse files
committed
Fixed error in docs/src/options/definitions.md
1 parent 6b77fc2 commit 7aac7ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44

55
[compat]
6-
Clang = "0.14, 0.17, 0.18"
6+
#Clang = "0.14, 0.17, 0.18"
77
Documenter = "0.27"

docs/src/guide/numerics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ although this is less common and less serious.
3939
HiGHS offers a facility to enable users to assess the consequences of
4040
better problem scaling, in cases where some objective coefficients or
4141
bounds are large, or if all objective coefficients or bounds are
42-
small. By setting the options [user\_objective\_scale](@ref
43-
option-user-objective-scale) and/or [user\_bound\_scale](@ref
44-
option-user-bound-scale), HiGHS will solve the given model with
42+
small. By setting the options [__user\_objective\_scale__](@ref
43+
option-user_objective_scale) and/or [__user\_bound\_scale__](@ref
44+
option-user_bound_scale), HiGHS will solve the given model with
4545
uniform scaling of the objective coefficients or bounds. Note that
4646
these options define the exponent in power-of-two scaling factors so
4747
that model accuracy is not compromised. After solving the problem,

docs/src/options/definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@
115115
- Range: {0, 2147483647}
116116
- Default: 0
117117

118-
## user\_objective\_scale(@id option-user-objective-scale)
118+
## [user\_objective\_scale](@id option-user_objective_scale)
119119
- Exponent of power-of-two objective scaling for model
120120
- Type: integer
121121
- Range: {-2147483647, 2147483647}
122122
- Default: 0
123123

124-
## user\_bound\_scale(@id option-user-bound-scale)
124+
## [user\_bound\_scale](@id option-user_bound_scale)
125125
- Exponent of power-of-two bound scaling for model
126126
- Type: integer
127127
- Range: {-2147483647, 2147483647}

0 commit comments

Comments
 (0)