VDSDYNAMIC_ PROGRAMMING_ HEURISTIC Property
Recommend setting this as true
(it is only used if ROSTER_CONSTRUCTION_HEURISTICS is set to 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 DYNAMIC_PROGRAMMING_HEURISTIC { get; set; }VB
<ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")>
Public Property DYNAMIC_PROGRAMMING_HEURISTIC As Boolean
Get
SetC++
public:
[ObsoleteAttribute(L"This field is obsolete. Use the Phase2Intensity parameter instead.")]
property bool DYNAMIC_PROGRAMMING_HEURISTIC {
bool get ();
void set (bool value);
}F#
[<ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")>]
member DYNAMIC_PROGRAMMING_HEURISTIC : bool with get, set