MathExprAddition(MathExpr, Var) Operator
Adds a linear expression and a variable; and returns the resulting linear expression.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static MathExpr operator +(
MathExpr left,
Var right
)
- left MathExpr
- Lhs.
- right Var
- Rhs.
MathExpr