JobUnassignedWeight Property |
The cost (penalty) for not assigning this job to a resource.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic double UnassignedWeight { get; set; }
Public Property UnassignedWeight As Double
Get
Set
public:
property double UnassignedWeight {
double get ();
void set (double value);
}
member UnassignedWeight : float with get, set
Property Value
Type:
Double
See Also