We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49931fc commit 871177bCopy full SHA for 871177b
1 file changed
test/Utilities/mockoptimizer.jl
@@ -115,6 +115,7 @@ function test_optimizer_solve_with_result()
115
ErrorException(
116
"No mock primal is set for variable `$(v[1])` at result index `2`.",
117
),
118
+ MOI.get(optimizer, MOI.ConstraintPrimal(2), c1),
119
)
120
@test_throws(
121
0 commit comments