IndexValidation Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Changes the behavior of a VariableCollection. If set to true the VariableCollection will validate if an index belongs to the sets the VariableCollection is based on

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

Syntax

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

See Also