We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd320c commit e077c47Copy full SHA for e077c47
1 file changed
test/Utilities/test_parser.jl
@@ -403,6 +403,7 @@ end
403
struct Set2175 <: MOI.AbstractScalarSet end
404
405
function test_parse_external_set_constraint()
406
+ error(join(String.(propertynames(Main))), " <> ")
407
model = MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}())
408
MOI.Utilities.loadfromstring!(model, "variables: x\nx in $(Set2175())")
409
constraints = MOI.get(model, MOI.ListOfConstraintTypesPresent())
0 commit comments