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
ERROR: LoadError: Unexpected expression in (*)(x / 2...). JuMP supports splatting only symbols. For example, x... is ok, but (x + 1)..., [x; y]... and g(f(y)...) are not.
248
+
ERROR: Unsupported use of the splatting operator. JuMP supports splatting only symbols. For example, `x...` is ok, but `(x + 1)...`, `[x; y]...` and `g(f(y)...)` are not.
249
249
```
250
250
251
251
## User-defined Functions
@@ -531,8 +531,7 @@ The [`NLPEvaluator`](@ref) *does not evaluate derivatives of linear or quadratic
531
531
constraints or objectives*.
532
532
533
533
The [`index`](@ref) method applied to a nonlinear constraint reference object
534
-
returns its index as a [`NonlinearConstraintIndex`](@ref). The `.value` field of
535
-
[`NonlinearConstraintIndex`](@ref) stores the raw integer index. For example:
534
+
returns its index as a [`MOI.Nonlinear.ConstraintIndex`](@ref). For example:
0 commit comments