ModelBehavior Enumeration

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
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 nameValueDescription
Manual0 Variables in a constraint will not be added to the model, you need to do this manually beforehand
Auto1 Variables in a constraint will be added to the model automatically

See Also