TimeLimit Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Limits the total time expended (in seconds). Note that all runtimes in the Gurobi Optimizer are wall-clock times.

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

Syntax

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

Field Value

The time limit.

See Also