CalculateDuals Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value indicating whether duals shall be calculated or not.

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

Syntax

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

Field Value

true if duals should be calculated; otherwise, false.

See Also