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 3fabbd8 commit f11b38bCopy full SHA for f11b38b
src/FileFormats/MOF/write.jl
@@ -21,7 +21,7 @@ function Base.write(io::IO, model::Model)
21
_write_constraints(constraints, model, name_map)
22
object = (;
23
name = "MathOptFormat Model",
24
- version => (
+ version = (
25
major = Int(_SUPPORTED_VERSIONS[1].major),
26
minor = Int(_SUPPORTED_VERSIONS[1].minor),
27
),
0 commit comments