Skip to content

Commit

Permalink
Update aff_expr.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 15, 2020
1 parent 1f090ee commit 23a6e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aff_expr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end
terms::OrderedDict{VarType,CoefType}
end
An expression type representing an quadratic expression of the form:
An expression type representing an affine expression of the form:
``\\sum a_i x_i + c``.
## Fields
Expand All @@ -108,7 +108,7 @@ variable_ref_type(::GenericAffExpr{C, V}) where {C, V} = V
"""
GenericAffExpr(constant::V, kv::AbstractArray{Pair{K,V}}) where {K,V}
Create a [`GenericAffExpr`](@Ref) by passing a constant and a vector of pairs.
Create a [`GenericAffExpr`](@ref) by passing a constant and a vector of pairs.
## Examples
Expand Down

0 comments on commit 23a6e99

Please sign in to comment.