Class ExpressionNormalizer
This is a helper class to normalize Expressions.
Inheritance
System.Object
ExpressionNormalizer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: OPTANO.Modeling.Optimization
Assembly: Optimization.dll
Syntax
public class ExpressionNormalizer
Methods
Visit(Expression)
Visits and normalizes the given expression. Uses MathNet library to expand expressions.
Declaration
public static Expression Visit(Expression exp)
Parameters
| Type | Name | Description |
|---|---|---|
| Expression | exp | The expression. |
Returns
| Type | Description |
|---|---|
| Expression | The normalized Expression. |