Solver Properties |
The Solver type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaximumSolveTime |
A maximum solving time for the solver. After this time the solver
will finish and return the best solution found so far.
|
![]() | MaxIterations |
Set to zero for no limit (just used for testing).
|
![]() | RandomSeed |
A seed for the solver's random number generator.
|
![]() | Status |
Indicates the status of the last solving attempt.
|
![]() | Stop |
If this is set to true while the Solve method is executing then the
solver will stop and return the best solution found so far.
|
![]() | TotalEvaluations |
Total number of solution evaluations.
|