You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -616,7 +618,11 @@ function _diff(model::Optimizer)
616
618
end
617
619
ifisnothing(model.diff)
618
620
error(
619
-
"No differentiation model supports the problem. If you believe it should be supported, say by `DiffOpt.QuadraticProgram.Model`, use `MOI.set(model, DiffOpt.ModelConstructor, DiffOpt.QuadraticProgram.Model)` and try again to see an error indicating why it is not supported.",
621
+
"No differentiation model supports the problem. If you "*
0 commit comments