Interface IMax
Describes the interface for the max operation
Inherited Members
Namespace: OPTANO.Modeling.Optimization.Operators.Interfaces
Assembly: Optimization.dll
Syntax
public interface IMax : IOperatorExpression
Properties
BigM
Gets or sets the big m.
Often used to provide a finite
bound on a Constraint that does not restrict any of the Variables in the Constraint.
Declaration
double BigM { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RepresentingVariable
Gets or sets the representing variable.
Declaration
Variable RepresentingVariable { get; set; }
Property Value
Type | Description |
---|---|
Variable |