VDSMAX_DP_HEURISTIC_MEMORY Property

Note: This API is now obsolete.
If RESTRICT_MEMORY_USAGE is true and DYNAMIC_PROGRAMMING_HEURISTIC is true then this is the maximum memory (in megabytes) to use for the dynamic programming heuristic. Increasing this value can improve the performance on some instances. Setting it too high though may just increase the running time of the heuristic without significantly improving the solution. The default value is 10.0.

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 double MAX_DP_HEURISTIC_MEMORY { get; set; }

Property Value

Double

See Also