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 54bee8e commit d021b6fCopy full SHA for d021b6f
test/runtests.jl
@@ -484,6 +484,13 @@ facts("SDP algorithm") do
484
end
485
486
context("Solve and simulate using SDP") do
487
+ paramsSDP.infoStructure = "anything"
488
+ @fact_throws solve_DP(modelSDP, paramsSDP, false);
489
+ paramsSDP.infoStructure = infoStruct
490
+
491
+ paramsSDP.expectation_computation = "anything"
492
493
+ paramsSDP.expectation_computation = "Exact"
494
495
V_sdp = solve_DP(modelSDP, paramsSDP, false);
496
0 commit comments