Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/Interfaces/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const CONFIG = MOIT.Config(Float64, atol=1e-6, rtol=1e-6,
# Tulip not compliant with MOI convention for primal/dual infeasible models
# See expected behavior at https://jump.dev/MathOptInterface.jl/dev/background/infeasibility_certificates/
"test_unbounded",
# Tulip is not compliant with the MOI.ListOfModelAttributesSet attribute
"_in_ListOfModelAttributesSet",
]
)

Expand Down Expand Up @@ -66,6 +68,8 @@ end
# Tulip not compliant with MOI convention for primal/dual infeasible models
# See expected behavior at https://jump.dev/MathOptInterface.jl/dev/background/infeasibility_certificates/
"test_unbounded",
# Tulip is not compliant with the MOI.ListOfModelAttributesSet attribute
"_in_ListOfModelAttributesSet",
],
)
end
Expand Down