public class Var| Equals |
Compares this to obj wrt reference equality.
(Overrides ObjectEquals(Object)) |
| Finalize | (Inherited from Object) |
| GetHashCode |
Returns the hash code.
(Overrides ObjectGetHashCode) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |
| Addition(Sca, Var) | Adds a variable and a scalar; and returns the resulting linear expression. |
| Addition(Var, Sca) | Adds a variable and a scalar; and returns the resulting linear expression. |
| Addition(Var, Var) | Adds two variables; and returns the resulting linear expression. |
| Addition(Var, VarD0) | Adds two variables; and returns the resulting linear expression. |
| Addition(VarD0, Var) | Adds two variables; and returns the resulting linear expression. |
| Division(Var, Sca) | Divides the variable with the scalar and returns the resulting linear term. |
| Equality(Sca, Var) |
Creates a constraint expression where lhs = rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| Equality(Var, Sca) |
Creates a constraint expression where lhs = rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| Equality(Var, Var) |
Creates a constraint expression where lhs = rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| Equality(Var, VarD0) |
Creates a constraint expression where lhs = rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| Equality(VarD0, Var) |
Creates a constraint expression where lhs = rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| GreaterThanOrEqual(Sca, Var) |
Creates a constraint expression where lhs >= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| GreaterThanOrEqual(Var, Sca) |
Creates a constraint expression where lhs >= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| GreaterThanOrEqual(Var, Var) |
Creates a constraint expression where lhs >= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| GreaterThanOrEqual(Var, VarD0) |
Creates a constraint expression where lhs >= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| GreaterThanOrEqual(VarD0, Var) |
Creates a constraint expression where lhs >= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| (VarD0 to Var) | Implicitly converts a scalar variable of type VarD0 to a Var. |
| Inequality(Sca, Var) | Invalid operation; throws an exception. |
| Inequality(Var, Sca) | Invalid operation; throws an exception. |
| Inequality(Var, Var) | Invalid operation; throws an exception. |
| Inequality(Var, VarD0) | Invalid operation; throws an exception. |
| Inequality(VarD0, Var) | Invalid operation; throws an exception. |
| LessThanOrEqual(Sca, Var) |
Creates a constraint expression where lhs <= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| LessThanOrEqual(Var, Sca) |
Creates a constraint expression where lhs <= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| LessThanOrEqual(Var, Var) |
Creates a constraint expression where lhs <= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| LessThanOrEqual(Var, VarD0) |
Creates a constraint expression where lhs <= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| LessThanOrEqual(VarD0, Var) |
Creates a constraint expression where lhs <= rhs.
Note that a constraint is composed of a constraint expression and forall sets expression. C# |
| Multiply(Sca, Var) | Multiplies the scalar; i.e., coefficient with the variable and returns the resulting linear term. |
| Multiply(Var, Sca) | Multiplies the scalar; i.e., coefficient with the variable and returns the resulting linear term. |
| Subtraction(Sca, Var) | Substracts a variable from a scalar; and returns the resulting linear expression. |
| Subtraction(Var, Sca) | Substracts a scalar from a variable; and returns the resulting linear expression. |
| Subtraction(Var, Var) | Substracts one variable from another; and returns the resulting linear expression. |
| Subtraction(Var, VarD0) | Substracts one variable from another; and returns the resulting linear expression. |
| Subtraction(VarD0, Var) | Substracts one variable from another; and returns the resulting linear expression. |
| UnaryNegation(Var) |
Negates the variable, returns the term where the coefficient is one.
C# |