The random seed to use if SYSTEM_TIME_RANDOM_SEED is set to false.
If the same random seed is used for an instance then the solver will always
create the same final solution (as long as the same amount of time is used).
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic int RandomSeed { get; set; }
Public Property RandomSeed As Integer
Get
Set
public:
virtual property int RandomSeed {
int get () sealed;
void set (int value) sealed;
}
abstract RandomSeed : int with get, set
override RandomSeed : int with get, set
Property Value
Type:
Int32Implements
ISolverRandomSeed
See Also