UseHeuristicCallback Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Indicates if the solver should activate its provided HeuristicCallback This will make the solver use injected solutions from other solvers

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

Syntax

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

See Also