File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
33Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
55[compat ]
6- Clang = " 0.14, 0.17, 0.18"
6+ # Clang = "0.14, 0.17, 0.18"
77Documenter = " 0.27"
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ although this is less common and less serious.
3939HiGHS offers a facility to enable users to assess the consequences of
4040better problem scaling, in cases where some objective coefficients or
4141bounds 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
4545uniform scaling of the objective coefficients or bounds. Note that
4646these options define the exponent in power-of-two scaling factors so
4747that model accuracy is not compromised. After solving the problem,
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments