Skip to content

Commit 98602ee

Browse files
committed
test new lines
1 parent 5f44b06 commit 98602ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_Infeasibility.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,8 @@ function test_iis_spare()
572572
iis = ModelAnalyzer.constraints(ret[], model)
573573
@test length(iis) == 2
574574
@test Set(iis) == Set([c2, c1])
575+
io = IOBuffer()
576+
ModelAnalyzer.summarize(io, ret[1], verbose = true, model = model)
575577
return
576578
end
577579

0 commit comments

Comments
 (0)