Skip to content

Commit

Permalink
Update src/model/expression_manipulation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo authored Feb 1, 2024
1 parent d4b234b commit e269937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/expression_manipulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function fill_with_zeros!(arr::AbstractArray{GenericAffExpr{C,T}, dims}) where {
end

@doc raw"""
fill_with_const!(arr::Array{GenericAffExpr{C,T}, dims}) where {C,T,dims}
fill_with_const!(arr::AbstractArray{GenericAffExpr{C,T}, dims}, con::Real) where {C,T,dims}
Fill an array of expressions with the specified constant, in-place.
Expand Down

0 comments on commit e269937

Please sign in to comment.