Skip to content

Commit

Permalink
Update solutions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 20, 2025
1 parent df826b6 commit ca7fb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/manual/solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ julia> value(c1)
If the [`termination_status`](@ref) is [`DUAL_INFEASIBLE`](@ref) and
[`primal_status`](@ref) is [`INFEASIBILITY_CERTIFICATE`](@ref), then the
[`value`](@ref) is a certificate of dual infeasibility. If a feasible primal
solution exists, this is an unbounded ray of the primal problem. The
solution exists, the certificate is an unbounded ray of the primal problem. The
[`objective_value`](@ref) is the value of the objective, evaluated using the
ray, excluding any constant term. For more details, see
[Infeasibility certificates](@ref).
Expand Down Expand Up @@ -340,7 +340,7 @@ And data, a 2-element Vector{Float64}:
If the [`termination_status`](@ref) is [`INFEASIBLE`](@ref) and
[`dual_status`](@ref) is [`INFEASIBILITY_CERTIFICATE`](@ref), then the
[`dual`](@ref) is a certificate of primal infeasibility. If a feasible dual
solution exists, this is an unbounded ray of the dual problem. The
solution exists, the certificate is an unbounded ray of the dual problem. The
[`dual_objective_value`](@ref) is the value of the dual objective, evaluated
using the ray, excluding any constant term. For more details, see
[Infeasibility certificates](@ref).
Expand Down

0 comments on commit ca7fb47

Please sign in to comment.