ModelBehavior Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the behavior of the model. Available options are "Automatic" and "Manual" In automatic mode, the model takes care of adding and removing variables when constraints and objectives get added. In manual mode you need to take care of this yourself.

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

Syntax

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

Field Value

The model behavior.

See Also