File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 560560 args::Union{T, MOI.AbstractFunction}...)::MOI.AbstractFunction where T
561561
562562Returns an `MOI.AbstractFunction` representing the function resulting from the
563- operation `op(args...)`. No argument can be modified.
563+ operation `op(args...)` on functions of coefficient type `T`. No argument can be
564+ modified.
564565"""
565566function operate end
566567
@@ -569,8 +570,9 @@ function operate end
569570 args::Union{T, MOI.AbstractFunction}...)::MOI.AbstractFunction where T
570571
571572Returns an `MOI.AbstractFunction` representing the function resulting from the
572- operation `op(args...)`. The first argument can be modified. The return type
573- is the same than the method `operate(op, T, args...)` without `!`.
573+ operation `op(args...)` on functions of coefficient type `T`. The first argument
574+ can be modified. The return type is the same than the method
575+ `operate(op, T, args...)` without `!`.
574576"""
575577function operate! end
576578
You can’t perform that action at this time.
0 commit comments