Behavior Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets 'auto' will turn on automatic variable handling, i.e. when you add constraints and objectives the variables in them will be added automatically (default), 'manual' will turn this feature off and you need to add variables manually to the model

Namespace: Optimization.Configuration
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public string Behavior { get; set; }
Visual Basic
Public Property Behavior As String
	Get
	Set
Visual C++
public:
property String^ Behavior {
	String^ get ();
	void set (String^ value);
}

See Also