SolverMaximumSolveTime Property

A maximum solving time for the solver. After this time the solver will finish and return the best solution found so far.

Definition

Namespace: SRS.ScheduleSolver.Solvers
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.8.0+49d94336cdbe1b2d9fc2b70d313f60c904ccf4db
C#
public TimeSpan MaximumSolveTime { get; set; }

Property Value

TimeSpan

See Also