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 4172947 commit b0aad37Copy full SHA for b0aad37
test/test_model.jl
@@ -184,7 +184,7 @@ function test_ideal_point()
184
MOI.set(model, MOI.ObjectiveSense(), MOI.MIN_SENSE)
185
f = MOI.Utilities.vectorize([
186
3.0 * x[1] + x[2],
187
- -1.0 * x[1] - 2.0 * x[2]
+ -1.0 * x[1] - 2.0 * x[2],
188
])
189
MOI.set(model, MOI.ObjectiveFunction{typeof(f)}(), f)
190
@test MOI.supports(model, MOA.ComputeIdealPoint())
0 commit comments