Term Conversion (Var to Term)
Implicit conversion of a variable to a linear term where the coefficient is 1.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static implicit operator Term (
Var var
)
- var Var
- Variable to convert to linear term.
Term