VDSDYNAMIC_PROGRAMMING_HEURISTIC Property |
Note: This API is now obsolete.
Recommend setting this as true
(it is only used if ROSTER_CONSTRUCTION_HEURISTICS is set to 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 DYNAMIC_PROGRAMMING_HEURISTIC { get; set; }
<ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")>
Public Property DYNAMIC_PROGRAMMING_HEURISTIC As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This field is obsolete. Use the Phase2Intensity parameter instead.")]
property bool DYNAMIC_PROGRAMMING_HEURISTIC {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This field is obsolete. Use the Phase2Intensity parameter instead.")>]
member DYNAMIC_PROGRAMMING_HEURISTIC : bool with get, set
Property Value
Type:
Boolean
See Also