We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6738219 commit 9a5595eCopy full SHA for 9a5595e
ext/MultiObjectiveAlgorithmsPolyhedraExt.jl
@@ -49,7 +49,7 @@ function MOA.minimize_multiobjective!(
49
algorithm::MOA.Sandwiching,
50
model::MOA.Optimizer,
51
)
52
- @assert MOI.get(model.inner, MOI.ObjectiveSense()) == MOI.MIN_SENSE
+ @assert MOI.get(model.inner, MOI.ObjectiveSense()) == MOI.MIN_SENSE
53
start_time = time()
54
solutions = Dict{Vector{Float64},Dict{MOI.VariableIndex,Float64}}()
55
variables = MOI.get(model.inner, MOI.ListOfVariableIndices())
0 commit comments