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:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
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