Term   Conversion (Var to Term)

Implicit conversion of a variable to a linear term where the coefficient is 1.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static implicit operator Term (
	Var var
)

Parameters

var  Var
Variable to convert to linear term.

Return Value

Term

See Also