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).

Definition

Namespace: ASAP.NRP.Solvers
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; }

Property Value

Boolean

See Also