We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce788e commit 6faee9aCopy full SHA for 6faee9a
1 file changed
test/vsp.jl
@@ -74,4 +74,9 @@
74
75
y_det = deterministic_mip(instance)
76
@test y_det isa BitVector
77
+
78
+ anticipative_solver = generate_anticipative_solver(b)
79
+ sample = unlabeled[1]
80
+ y_anticipative = anticipative_solver(sample.scenarios; sample.context...)
81
+ @test y_anticipative isa BitVector
82
end
0 commit comments