VDSRESTRICT_ MEMORY_ USAGE Property
If this is set to false, then there will be no limit on the amount of
memory the dynamic programing heuristic can use. This can result in better
solutions for some instances but could also result in very high memory usage
on some instances. (It is recommended to set this as true).
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
[ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")]
public bool RESTRICT_MEMORY_USAGE { get; set; }VB
<ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")>
Public Property RESTRICT_MEMORY_USAGE As Boolean
Get
SetC++
public:
[ObsoleteAttribute(L"This field is obsolete. Use the Phase2Intensity parameter instead.")]
property bool RESTRICT_MEMORY_USAGE {
bool get ();
void set (bool value);
}F#
[<ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")>]
member RESTRICT_MEMORY_USAGE : bool with get, set