







|
| Optimization Framework |
| GurobiSolverConfiguration..::..TimeLimit Property |
| GurobiSolverConfiguration Class See Also Send Feedback |
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); } |
