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 570570 args::Union{T, MOI.AbstractFunction}...)::MOI.AbstractFunction where T
571571
572572Returns an `MOI.AbstractFunction` representing the function resulting from the
573- operation `op(args...)`. No argument can be modified.
573+ operation `op(args...)` on functions of coefficient type `T`. No argument can be
574+ modified.
574575"""
575576function operate end
576577
@@ -579,8 +580,9 @@ function operate end
579580 args::Union{T, MOI.AbstractFunction}...)::MOI.AbstractFunction where T
580581
581582Returns an `MOI.AbstractFunction` representing the function resulting from the
582- operation `op(args...)`. The first argument can be modified. The return type
583- is the same than the method `operate(op, T, args...)` without `!`.
583+ operation `op(args...)` on functions of coefficient type `T`. The first argument
584+ can be modified. The return type is the same than the method
585+ `operate(op, T, args...)` without `!`.
584586"""
585587function operate! end
586588
You can’t perform that action at this time.
0 commit comments