@@ -1667,7 +1667,7 @@ solution `result_index`.
16671667
16681668## PrimalStatus
16691669
1670- Before quering this attribute you should first check [`PrimalStatus`](@ref) to
1670+ Before querying this attribute you should first check [`PrimalStatus`](@ref) to
16711671confirm that a primal solution is available.
16721672
16731673If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
@@ -1707,7 +1707,7 @@ the dual solution `result_index`.
17071707
17081708## DualStatus
17091709
1710- Before quering this attribute you should first check [`DualStatus`](@ref) to
1710+ Before querying this attribute you should first check [`DualStatus`](@ref) to
17111711confirm that a dual solution is available.
17121712
17131713If the [`DualStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
@@ -2092,7 +2092,7 @@ An [`AbstractVariableAttribute`](@ref) for the variable's primal value in result
20922092
20932093## PrimalStatus
20942094
2095- Before quering this attribute you should first check [`PrimalStatus`](@ref) to
2095+ Before querying this attribute you should first check [`PrimalStatus`](@ref) to
20962096confirm that a primal solution is available.
20972097
20982098If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
@@ -2183,7 +2183,7 @@ variable in result `result_index`, with respect to a basic solution.
21832183
21842184## PrimalStatus
21852185
2186- Before quering this attribute you should first check [`PrimalStatus`](@ref) to
2186+ Before querying this attribute you should first check [`PrimalStatus`](@ref) to
21872187confirm that a primal solution is available.
21882188
21892189If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
@@ -2386,7 +2386,7 @@ due to numerical tolerances they may not be identical.)
23862386
23872387## PrimalStatus
23882388
2389- Before quering this attribute you should first check [`PrimalStatus`](@ref) to
2389+ Before querying this attribute you should first check [`PrimalStatus`](@ref) to
23902390confirm that a primal solution is available.
23912391
23922392If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
@@ -2432,7 +2432,7 @@ result `result_index`.
24322432
24332433## DualStatus
24342434
2435- Before quering this attribute you should first check [`DualStatus`](@ref) to
2435+ Before querying this attribute you should first check [`DualStatus`](@ref) to
24362436confirm that a dual solution is available.
24372437
24382438If the [`DualStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
@@ -3386,7 +3386,7 @@ Both values are useful in different circumstances.
33863386
33873387## DualStatus
33883388
3389- Before quering this attribute you should first check [`DualStatus`](@ref) to
3389+ Before querying this attribute you should first check [`DualStatus`](@ref) to
33903390confirm that a dual solution is available.
33913391
33923392If the [`DualStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
0 commit comments