Skip to content

Commit 459595b

Browse files
committed
s/nadir/utopia
1 parent c8e5760 commit 459595b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/objective.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ end
2626
Return the best known bound on the optimal objective value after a call to
2727
`optimize!(model)`.
2828
29-
In the case of a vector-valued objective, this returns the nadir point, that is,
30-
the point obtained if each objective was optimized independently.
29+
In the case of a vector-valued objective, this returns the utopian point, that
30+
is, the point obtained if each objective was optimized independently.
3131
"""
3232
function objective_bound(model::Model)::Union{Float64,Vector{Float64}}
3333
return MOI.get(model, MOI.ObjectiveBound())

0 commit comments

Comments
 (0)