Skip to content

Commit

Permalink
Update solutions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 7, 2024
1 parent ac7c764 commit 26dfa2c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/src/manual/solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ which result to return.
solution. Use [`objective_value`](@ref) to assess the quality of the
remaining solutions.

```jldoctest; filter=[r"Solve time.+", r"Dual objective value.+"]
```jldoctest; filter=[r"Solve time.+"]
julia> using JuMP
julia> import MultiObjectiveAlgorithms as MOA
Expand Down Expand Up @@ -716,14 +716,9 @@ julia> solution_summary(model; result = 1)
Dual status : NO_SOLUTION
Objective value : [0.00000e+00,0.00000e+00]
Objective bound : [0.00000e+00,-9.00000e+00]
Relative gap : 0.00000e+00
Dual objective value : -3.33067e-16
* Work counters
Solve time (sec) : 5.34880e-01
Simplex iterations : 0
Barrier iterations : 0
Node count : -1
julia> for i in 1:result_count(model)
println("Solution $i")
Expand Down

0 comments on commit 26dfa2c

Please sign in to comment.