







Describes the behavior of a model when adding constraints
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public enum ModelBehavior |
| Visual Basic |
|---|
Public Enumeration ModelBehavior |
| Visual C++ |
|---|
public enum class ModelBehavior |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Manual | 0 | Variables in a constraint will not be added to the model, you need to do this manually beforehand | |
| Auto | 1 | Variables in a constraint will be added to the model automatically |
