SolverMaximumSolveTime Property |
A maximum solving time for the solver. After this time the solver
will finish and return the best solution found so far.
Namespace:
SRS.ScheduleSolver.Solvers
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic TimeSpan MaximumSolveTime { get; set; }
Public Property MaximumSolveTime As TimeSpan
Get
Set
public:
property TimeSpan MaximumSolveTime {
TimeSpan get ();
void set (TimeSpan value);
}
member MaximumSolveTime : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also