VDSRESTRICT_MEMORY_USAGE Property |
Note: This API is now obsolete.
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).
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntax[ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")]
public bool RESTRICT_MEMORY_USAGE { get; set; }
<ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")>
Public Property RESTRICT_MEMORY_USAGE As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This field is obsolete. Use the Phase2Intensity parameter instead.")]
property bool RESTRICT_MEMORY_USAGE {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")>]
member RESTRICT_MEMORY_USAGE : bool with get, set
Property Value
Type:
Boolean
See Also