Enum TriviallyFeasibleConstraintHandling
Namespace: OPTANO.Modeling.Optimization.Configuration
Assembly: Optimization.Configuration.dll
Syntax
public enum TriviallyFeasibleConstraintHandling
Fields
Name | Description |
---|---|
Native | Trivially feasible Constraints, such as "1 < 2", can be handled by the Solver |
Unsupported | The user needs to remove trivially feasible Constraints from the Model before calling Solve. |