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 779a616 commit 1f3cd21Copy full SHA for 1f3cd21
src/FileFormats/MOF/read.jl
@@ -33,9 +33,9 @@ function Base.read!(io::IO, model::Model)
33
# object["has_scalar_nonlinear"] = false | 1 0 1
34
# = true | 1 0 0
35
if something(
36
- options.use_nlp_block,
37
- !get(object, "has_scalar_nonlinear", false),
38
- )
+ options.use_nlp_block,
+ !get(object, "has_scalar_nonlinear", false),
+ )
39
_convert_to_nlpblock(model)
40
end
41
return
0 commit comments