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 a39b14d commit 3fabbd8Copy full SHA for 3fabbd8
src/FileFormats/MOF/write.jl
@@ -83,7 +83,7 @@ function extract_function_and_set(expr::Expr)
83
return error("Oops. The constraint $(expr) wasn't recognised.")
84
end
85
86
-function write_nlpblock(
+function _write_nlpblock(
87
constraints::Vector{NamedTuple},
88
model::Model,
89
name_map::Dict{MOI.VariableIndex,String},
0 commit comments