ResourceMinWorkTimeSoftConstraintWeight Property |
The weight for the
MinWorkTimeSoftConstraint for this Resource.
The weight is per minute of work time under the minimum.
The default value is zero.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic double MinWorkTimeSoftConstraintWeight { get; set; }
Public Property MinWorkTimeSoftConstraintWeight As Double
Get
Set
public:
property double MinWorkTimeSoftConstraintWeight {
double get ();
void set (double value);
}
member MinWorkTimeSoftConstraintWeight : float with get, set
Property Value
Type:
Double
See Also