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