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 28e283d commit 571d23dCopy full SHA for 571d23d
src/Utilities/operate.jl
@@ -992,7 +992,7 @@ function operate(
992
end
993
994
_to_new_snf(f::MOI.ScalarNonlinearFunction) = copy(f)
995
- _to_new_snf(f) = convert(MMOI.ScalarNonlinearFunction, f)
+ _to_new_snf(f) = convert(MOI.ScalarNonlinearFunction, f)
996
# We need to `copy` the ScalarNonlinearFunction rows here, everything else
997
# will be `convert(ScalarNonlinearFunction, row)` into a new object, but the
998
# ScalarNonlinearFunction rows won't be, so mutating the return value of
0 commit comments